Merge pull request #44 from northshorenetworks/master

Add option to pass through CLI flags but ignore node and v8 flags
This commit is contained in:
Craig Condon
2014-02-28 19:31:00 -08:00
4 changed files with 51 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@ var async = require("async"),
fs = require("fs"),
_log = require("./log");
var _log = require('./log');
module.exports = _monkeypatch;