Skip to content

Commit

Permalink
feature(package) smalltalk v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 5, 2019
1 parent f6dcdb7 commit 4f97918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/modules/operation/set-listeners.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = (options) => (emitter) => {
end: () => {
Images.hide();
forEachKey(removeListener, listeners);
progress.remove();

if (lastError || done)
callback();
Expand All @@ -67,6 +68,7 @@ module.exports = (options) => (emitter) => {
if (noContinue) {
listeners.end(error);
Dialog.alert(error);
progress.remove();
return;
}

Expand All @@ -75,6 +77,7 @@ module.exports = (options) => (emitter) => {
emitter.continue();
}, () => {
emitter.abort();
progress.remove();
});
},
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f97918

Please sign in to comment.