mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(pipe) main.fs -> require('fs')
This commit is contained in:
parent
cc2aab3b93
commit
41420c08ec
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue