Skip to content

Commit

Permalink
fix: Typo in console.warn function
Browse files Browse the repository at this point in the history
Co-authored-by: William Woodruff <william@yossarian.net>
  • Loading branch information
DanSM-5 and woodruffw authored Jan 22, 2024
1 parent 192e446 commit 106135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff2mpv.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ getOS().then(async (os) => {
// ref: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessageExternal
browser.runtime.onMessageExternal.addListener((request, sender, sendResponse) => {
if (!request) {
console.wanr('No request in external message');
console.warn('No request in external message');
return;
}

Expand Down

0 comments on commit 106135a

Please sign in to comment.