mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-31 12:24:10 -08:00
Fix build daemon not stopping after IDEA shutdown
This commit is contained in:
parent
42791964cc
commit
4948c37419
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user