useless space removed from log string
This commit is contained in:
parent
d50cd67f7b
commit
5d72ebb155
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export class mzta_Menus {
|
|||
|
||||
async reload(){
|
||||
await browser.menus.removeAll().catch(error => {
|
||||
console.error("[ThunderAI] ERROR removing the menus: ", error);
|
||||
console.error("[ThunderAI] ERROR removing the menus: ", error);
|
||||
});
|
||||
this.removeClickListener();
|
||||
this.loadMenus();
|
||||
|
|
|
|||
Loading…
Reference in a new issue