Skip to content

Commit d3f7b85

Browse files
committed
lint
1 parent 0efc9d8 commit d3f7b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dictionary/watch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ async function tryBuild(): Promise<void> {
88
try {
99
await build();
1010
} catch (error) {
11+
// deno-lint-ignore no-console
1112
console.log(error);
1213
}
1314
}

0 commit comments

Comments
 (0)