mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
* add \n after each script execution (useful for looking at logs later and having empty line separators)
This commit is contained in:
parent
91fbafebcb
commit
512dc75495
@ -165,6 +165,7 @@ public class Main {
|
||||
// CLI mode => run command-line interface and then exit
|
||||
if (args.runCLI()) {
|
||||
int status = new ArgumentProcessor().process(args, new CmdlineOperations());
|
||||
System.out.println();
|
||||
System.exit(status);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user