This commit is contained in:
Craig Condon
2014-02-28 19:01:16 -08:00
parent 9bb3b76a65
commit b267d9ba41
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
var async = require("async"),
fs = require("fs");
fs = require("fs"),
_log = require("./log");
module.exports = _monkeypatch;