Fix build daemon not stopping after IDEA shutdown

This commit is contained in:
Alexey Andreev 2017-06-23 23:56:02 +03:00
parent 42791964cc
commit 4948c37419

View File

@ -143,13 +143,6 @@ public class TeaVMBuildDaemon extends UnicastRemoteObject implements TeaVMRemote
if (daemon.incrementalCache != null) { if (daemon.incrementalCache != null) {
System.out.println("Incremental cache set up in " + daemon.incrementalCache); System.out.println("Incremental cache set up in " + daemon.incrementalCache);
} }
while (true) {
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
break;
}
}
} }
@Override @Override