mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(util) exec.if: rm condition
This commit is contained in:
parent
f85877a37f
commit
a489725fec
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@
|
|||
var ret;
|
||||
|
||||
if (condition)
|
||||
exec(callback, condition);
|
||||
exec(callback);
|
||||
else
|
||||
exec(func, callback);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue