mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
Extra \n for Failure (°_°) error runs as well
This commit is contained in:
parent
07fe359180
commit
580657aed0
@ -43,7 +43,7 @@ public class ArgumentProcessor {
|
||||
}
|
||||
|
||||
// script failed with exception -> exit with non-zero exit code (and use positive code to avoid issues with launch4j launcher)
|
||||
log.finest("Failure (°_°)");
|
||||
log.finest("Failure (°_°)" + System.lineSeparator());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user