Skip to content

Commit

Permalink
deno formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 17, 2024
1 parent ea00d69 commit c26c73f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manifest/build-manifest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ if (browser === "firefox") {
} else if (browser === "safari") {
delete manifest.browser_specific_settings;
} else {
console.error(`Usage: ${process.argv[0]} ${process.argv[1]} (firefox || chrome || safari)`);
console.error(
`Usage: ${process.argv[0]} ${
process.argv[1]
} (firefox || chrome || safari)`,
);
throw new Error(`Unknown browser: ${browser}`);
}

Expand Down

0 comments on commit c26c73f

Please sign in to comment.