mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 23:05:03 -05:00
* use positive code to avoid issues with launch4j launcher
This commit is contained in:
parent
54da732674
commit
f1685b50e3
@ -125,9 +125,9 @@ public class ArgumentProcessor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// script failed
|
// script failed with exception -> exit with non-zero exit code (and use positive code to avoid issues with launch4j launcher)
|
||||||
CLILogger.finest("Failure (°_°)");
|
CLILogger.finest("Failure (°_°)");
|
||||||
return -1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class DefaultScriptProvider implements ScriptProvider {
|
public static class DefaultScriptProvider implements ScriptProvider {
|
||||||
|
Loading…
Reference in New Issue
Block a user