diff --git a/compiler.js b/compiler.js index d780547..338114f 100644 --- a/compiler.js +++ b/compiler.js @@ -842,7 +842,7 @@ } cb || (cb = function(){}); p = expand(p); - return path.exists(p, function(exists){ + return fs.exists(p, function(exists){ var ps, _p; if (exists) { return cb(null);