mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) smalltalk v3.4.0
This commit is contained in:
parent
f6dcdb72ec
commit
0876469030
2 changed files with 4 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ module.exports = (options) => (emitter) => {
|
|||
end: () => {
|
||||
Images.hide();
|
||||
forEachKey(removeListener, listeners);
|
||||
progress.remove();
|
||||
|
||||
if (lastError || done)
|
||||
callback();
|
||||
|
|
@ -67,6 +68,7 @@ module.exports = (options) => (emitter) => {
|
|||
if (noContinue) {
|
||||
listeners.end(error);
|
||||
Dialog.alert(error);
|
||||
progress.remove();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -75,6 +77,7 @@ module.exports = (options) => (emitter) => {
|
|||
emitter.continue();
|
||||
}, () => {
|
||||
emitter.abort();
|
||||
progress.remove();
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue