mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(console) setSpawn sendError: send full error
This commit is contained in:
parent
68d6ce0578
commit
bd823896aa
1 changed files with 3 additions and 4 deletions
|
|
@ -204,10 +204,9 @@
|
|||
});
|
||||
},
|
||||
sendError = function(error) {
|
||||
if (!isSended) {
|
||||
isSended = true;
|
||||
send(error, null);
|
||||
}
|
||||
isSended = true;
|
||||
|
||||
send(error, null);
|
||||
};
|
||||
|
||||
сommand = args.shift();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue