Browse Source

Add readFile to '/file.js'

Thanks Hagen.
v0.7.4-release
Ryan Dahl 16 years ago
parent
commit
8549994c4b
  1. 2
      lib/file.js

2
lib/file.js

@ -12,6 +12,8 @@ function debugObject (obj) {
}
}
exports.readFile = node.fs.cat;
exports.writeFile = function (filename, data, encoding) {
var promise = new node.Promise();

Loading…
Cancel
Save