Skip to content

Commit

Permalink
Don't close countdown dialog when something error happens
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 29, 2024
1 parent 306eb60 commit 1ad7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/dialog/countdown/countdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ configs.$loaded.then(async () => {
}
catch(error) {
log('failed to accept countdown dialog: ', error);
window.close();
//window.close();
}
}, 250);
});

0 comments on commit 1ad7c5a

Please sign in to comment.