From 33ea561f6aebcf2e23fc9e65fed219c73010b96b Mon Sep 17 00:00:00 2001 From: william Date: Fri, 29 Jan 2016 17:45:10 -0500 Subject: [PATCH] added strict --- lxc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lxc.js b/lxc.js index b8d524b..69efd16 100644 --- a/lxc.js +++ b/lxc.js @@ -1,3 +1,5 @@ +'use strict'; + module.exports = function(config){ var obj = {}; var cmd = require('node-cmd');