Fix undefined reference in fs.js

This commit is contained in:
Ryan Dahl 2010-03-11 14:32:10 -08:00
parent ff2457754c
commit 6bd11f147a

View File

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