Skip to content

Commit 11db032

Browse files
committed
Whoops.
1 parent e3603c0 commit 11db032

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
@@ -10,7 +10,7 @@ public class Main {
1010

1111
public static String output = "";
1212

13-
public static boolean debug = true;
13+
public static boolean debug = false;
1414

1515
public static void main(String[] args){
1616
String path = debug ? System.getProperty("user.dir") + "/src/main/java/org/luapp/language/test.lpp" : args[0];

0 commit comments

Comments
 (0)