Skip to content

Commit

Permalink
Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSharp committed Jun 12, 2020
1 parent e3603c0 commit 11db032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luapp/language/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Main {

public static String output = "";

public static boolean debug = true;
public static boolean debug = false;

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

0 comments on commit 11db032

Please sign in to comment.