Skip to content

Commit 0efc9d8

Browse files
committed
this is better
1 parent adae522 commit 0efc9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (import.meta.main) {
1414
const Dictionary = await import("./dictionary/build.ts");
1515
await Dictionary.build();
1616
}
17-
const command = new Deno.Command("deno", {
17+
const command = new Deno.Command(Deno.execPath(), {
1818
args: [
1919
"run",
2020
"-R=./dictionary/dictionary",

0 commit comments

Comments
 (0)