Skip to content

Commit a384a60

Browse files
authored
Update index.js
1 parent 9eff2a3 commit a384a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let parser = require("./modules/parser/main.js").PARSER;
66

77
global.vars = [];
88

9-
fs.readFile("../test.lw", "utf-8", function (error, content) {
9+
fs.readFile("../main.lw", "utf-8", function (error, content) {
1010

1111
if (error === null) {
1212
let lexems = lexer(content, dictionary);

0 commit comments

Comments
 (0)