mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(terminal-run) resolve before close
This commit is contained in:
parent
b374437fb6
commit
c212acd90b
2 changed files with 21 additions and 18 deletions
|
|
@ -54,7 +54,7 @@ module.exports = function loadModule(params) {
|
|||
if (e)
|
||||
return console.error(e);
|
||||
|
||||
a.show(...args);
|
||||
await a.show(...args);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue