mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(util) exec.ret: add ";"
This commit is contained in:
parent
dc581b1555
commit
80f3cda31b
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@
|
|||
*/
|
||||
exec.ret = function() {
|
||||
var result,
|
||||
args = Util.slice(arguments)
|
||||
args = Util.slice(arguments);
|
||||
|
||||
args.unshift(exec);
|
||||
result = exec.with.apply(null, args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue