Skip to content

Commit

Permalink
Turn debug mode on
Browse files Browse the repository at this point in the history
  • Loading branch information
franksn90 committed Mar 15, 2024
1 parent 9c413fe commit 3ad872d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public boolean showProgressBarOn() {
}

public boolean debugOutputOn() {
return debug;
return true;
}

public boolean traceEnabled() {
Expand Down

0 comments on commit 3ad872d

Please sign in to comment.