mirror of https://github.com/nodejs/node.git
parent
a02ca7a590
commit
8549994c4b
|
@ -12,6 +12,8 @@ function debugObject (obj) {
|
|||
}
|
||||
}
|
||||
|
||||
exports.readFile = node.fs.cat;
|
||||
|
||||
exports.writeFile = function (filename, data, encoding) {
|
||||
var promise = new node.Promise();
|
||||
|
||||
|
|
Loading…
Reference in New Issue