Small improvement

This commit is contained in:
M66B 2019-04-11 09:31:02 +02:00
parent 5abe36ce44
commit 9e4d3bb76a
1 changed files with 1 additions and 1 deletions

View File

@ -1946,7 +1946,7 @@ class Core {
}
void error(Throwable ex) {
recoverable = !(ex instanceof FolderClosedException);
recoverable = (recoverable && !(ex instanceof FolderClosedException));
thread.interrupt();
yield();
}