chore(pipe) main.fs -> require('fs')

This commit is contained in:
coderaiser 2014-03-18 05:22:56 -04:00
parent cc2aab3b93
commit 41420c08ec

View file

@ -8,13 +8,13 @@
'# Module is part of Cloud Commander,' + '\n' +
'# used for work with stream.' + '\n' +
'# If you wont to see at work call' + '\n' +
'# stream.createPipe' + '\n' +
'# pipe.createPipe' + '\n' +
'# http://cloudcmd.io' + '\n');
var main = global.cloudcmd.main,
fs = main.fs,
Util = main.util,
zlib = main.zlib;
fs = require('fs'),
zlib = require('zlib');
exports.getBody = getBody;