Skip to content

Commit d7f84ce

Browse files
committed
change ext from dncl3 to dncl
1 parent 4f97a74 commit d7f84ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DNCL3.example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { DNCL3 } from "./DNCL3.js";
22

33
const name = Deno.args[0] ?? "test";
4-
const fn = "examples/" + name + ".dncl3";
4+
const fn = "examples/" + name + ".dncl";
55

66
const s = await Deno.readTextFile(fn);
77
new DNCL3(s).run();

0 commit comments

Comments
 (0)