mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactor(console) gitsetSpawn: rm condition
This commit is contained in:
parent
9a5f6a3a8a
commit
65ef7f32cb
1 changed files with 1 additions and 2 deletions
|
|
@ -179,8 +179,7 @@
|
|||
isSended = false,
|
||||
args = сommand.split(' '),
|
||||
send = function(error, data) {
|
||||
if (!isSended)
|
||||
isSended = true;
|
||||
isSended = true;
|
||||
|
||||
callback({
|
||||
stderr: error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue