mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fix(files) read: two arguments is a must
This commit is contained in:
parent
0c5e77c5d7
commit
2114c720a7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
Util.checkArgs(arguments, ['files', 'options', 'callback']);
|
||||
Util.checkArgs(arguments, ['files', 'callback']);
|
||||
|
||||
if (noOptions) {
|
||||
callback = options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue