Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Jun 19, 2024
1 parent 21492f3 commit fdc14fe
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 @@ -160,7 +160,7 @@ export const watch = async (
const watcher = Deno.watchFs(site_dir);
let timeout;
for await (const { kind, paths: [path] } of watcher) {
if(signal.aborted) {
if (signal.aborted) {
watcher.close();
return;
}
Expand Down

0 comments on commit fdc14fe

Please sign in to comment.