Skip to content

Commit

Permalink
fix(fmt): enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Mar 13, 2024
1 parent 764e76b commit 5c36343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const watch = async (
if (import.meta.main) {
if (flags.watch) {
Deno.addSignalListener("SIGINT", async () => {
console.log("\nShutting down gracefully…")
console.log("\nShutting down gracefully…");
await esbuild.stop();
});

Expand Down

0 comments on commit 5c36343

Please sign in to comment.