refactor: more types and dead code removal

This commit is contained in:
Max Baumann
2020-12-15 19:54:33 +01:00
parent 09c527417d
commit c0d910decd
5 changed files with 18 additions and 18 deletions

View File

@@ -536,7 +536,7 @@ function copyDebugOutputToClipboard() {
.then(() => {
alert(chrome.i18n.getMessage("copyDebugInformationComplete"));
})
.catch((err) => {
.catch(() => {
alert(chrome.i18n.getMessage("copyDebugInformationFailed"));
});
}
}