Browse Source

Fix undefined reference in fs.js

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
6bd11f147a
  1. 2
      lib/fs.js

2
lib/fs.js

@ -1,6 +1,8 @@
var sys = require('./sys'),
events = require('events');
var fs = exports;
exports.Stats = process.Stats;
process.Stats.prototype._checkModeProperty = function (property) {

Loading…
Cancel
Save