mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(operation) setListeners: else
This commit is contained in:
parent
b259102d6c
commit
12bb87931e
1 changed files with 2 additions and 2 deletions
|
|
@ -176,14 +176,14 @@
|
|||
if (options.noContinue) {
|
||||
listeners.end(error);
|
||||
Dialog.alert(TITLE, error)
|
||||
}
|
||||
else
|
||||
} else {
|
||||
Dialog.confirm(TITLE, error + '\n Continue?')
|
||||
.then(function() {
|
||||
emitter.continue();
|
||||
}, function() {
|
||||
emitter.abort();
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue