mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +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();
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
"scroll-into-view-if-needed": "^2.2.5",
|
||||
"serve-once": "^1.5.0",
|
||||
"serviceworker-webpack-plugin": "^1.0.1",
|
||||
"smalltalk": "^3.3.0",
|
||||
"smalltalk": "^3.4.0",
|
||||
"style-loader": "^0.23.0",
|
||||
"stylelint": "^10.0.0",
|
||||
"stylelint-config-standard": "^18.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue