fixed exiting in another thread
This commit is contained in:
parent
837af77dbc
commit
d886280f10
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class ISBPL {
|
|||
try {
|
||||
block.call(file, s);
|
||||
} catch (ISBPLStop stop) {
|
||||
if(stop.amount == -1) {
|
||||
if(stop.amount < 0) {
|
||||
System.exit(exitCode);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue