Exemplo n.º 1
0
 fs.stat = function (path) {
     var stat = find(root, path);
     if (stat.get() === undefined)
         return Q.reject("No such file: " + path);
     return stat;
 };
Exemplo n.º 2
0
}, function () {
    return Q.reject("bah");
});