mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 21:53:14 +00:00
refactor(stream) stream -> pipe
This commit is contained in:
parent
9ba0fb377e
commit
02b06c4395
3 changed files with 7 additions and 7 deletions
|
|
@ -17,7 +17,7 @@
|
|||
fs = main.fs,
|
||||
path = main.path,
|
||||
Util = main.util,
|
||||
stream = main.stream,
|
||||
pipe = main.pipe,
|
||||
CloudFunc = main.cloudfunc,
|
||||
dir = main.dir,
|
||||
OK = 200,
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
});
|
||||
|
||||
else
|
||||
stream.createPipe({
|
||||
pipe.create({
|
||||
read : p.request,
|
||||
to : p.name,
|
||||
callback : function(pError) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue