mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(util) add " "
This commit is contained in:
parent
398b57be77
commit
7718b2684e
1 changed files with 1 additions and 1 deletions
|
|
@ -853,7 +853,7 @@
|
|||
args = Util.slice(arguments, 1);
|
||||
|
||||
if (Util.isFunction(callback))
|
||||
ret = callback.apply(null, args);
|
||||
ret = callback.apply(null, args);
|
||||
|
||||
return ret;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue