mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(put) reqdStream -> readStream
This commit is contained in:
parent
de04d0019a
commit
83020e29d3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
onSave = Util.exec.with(onDone, 'save'),
|
||||
OnMakeDir = Util.exec.with(onDone, 'make dir');
|
||||
|
||||
Util.checkArgs(arguments, ['query', 'name', 'reqdStream', 'callback']);
|
||||
Util.checkArgs(arguments, ['query', 'name', 'readStream', 'callback']);
|
||||
|
||||
switch(query) {
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue