Skip to content

Commit c369943

Browse files
committed
fix permission
1 parent 2c6676a commit c369943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function watchDictionary() {
2929
const command = new Deno.Command(Deno.execPath(), {
3030
args: [
3131
"run",
32-
"-E=NO_COLOR",
32+
"-E=NO_COLOR,DEBUG_TAGS,DEBUG_CHUNKS",
3333
"-R=./dictionary/dictionary",
3434
"-W=./dictionary/dictionary.ts",
3535
"--no-prompt",

0 commit comments

Comments
 (0)