We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6676a commit c369943Copy full SHA for c369943
build/dev.ts
@@ -29,7 +29,7 @@ async function watchDictionary() {
29
const command = new Deno.Command(Deno.execPath(), {
30
args: [
31
"run",
32
- "-E=NO_COLOR",
+ "-E=NO_COLOR,DEBUG_TAGS,DEBUG_CHUNKS",
33
"-R=./dictionary/dictionary",
34
"-W=./dictionary/dictionary.ts",
35
"--no-prompt",
0 commit comments