Skip to content

Commit 81110b3

Browse files
committed
🔊 Simplify more: log implies debug
1 parent cfd08c7 commit 81110b3

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/dev/ebullient/convert/io

1 file changed

+1
-1
lines changed

src/main/java/dev/ebullient/convert/io/Tui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public void init(CommandSpec spec, boolean debug, boolean verbose, boolean log)
208208
this.commandLine = spec.commandLine();
209209
}
210210

211-
this.debug = debug;
211+
this.debug = debug || log;
212212
this.verbose = verbose;
213213
if (log) {
214214
Path p = Path.of("ttrpg-convert.out");

0 commit comments

Comments
 (0)