Skip to content

Commit d74f344

Browse files
committed
Whoops.
1 parent 4db3b66 commit d74f344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/luapp/language/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class Main {
1111
public static String output = "";
1212

1313
public static void main(String[] args){
14-
String path = "C:\\Users\\Harry\\Desktop\\Lua\\lua-plus-plus\\src\\main\\java\\org\\luapp\\language\\test.lpp";//args[0];
14+
String path = args[0];
1515
Main.luaPPInstance = new Luapp(path);
1616
Main.luaPPInstance.load();
1717
}

0 commit comments

Comments
 (0)