mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Fixes being unable to cancel compiles
This commit is contained in:
@@ -403,7 +403,8 @@ namespace TGServerService
|
||||
|
||||
DM.Start();
|
||||
DM.BeginOutputReadLine();
|
||||
DM.WaitForExit();
|
||||
while (!DM.HasExited)
|
||||
DM.WaitForExit(100);
|
||||
DM.CancelOutputRead();
|
||||
|
||||
lock (CompilerLock)
|
||||
|
||||
Reference in New Issue
Block a user