diff --git a/lib/server/pipe.js b/lib/server/pipe.js index d586d9ff..92ee6547 100644 --- a/lib/server/pipe.js +++ b/lib/server/pipe.js @@ -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;