Skip to content

Commit

Permalink
fix faulty console statement
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jun 2, 2024
1 parent 54852e0 commit 90ab6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/browser/BrowserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default class BrowserController {
try {
await browser.runtime.sendMessage({ type: 'status:update', params: [] })
} catch (e) {
console.warning(e)
console.warn(e)
}
}
})
Expand Down

0 comments on commit 90ab6a5

Please sign in to comment.