lol I forgot to actually release the lock
This commit is contained in:
parent
18a7fcc0b3
commit
2deaff99f7
1 changed files with 3 additions and 0 deletions
|
|
@ -225,7 +225,10 @@ class ProcessManager {
|
|||
ProcessController candidate = this.processMap.get(pid);
|
||||
if (candidate == null) {
|
||||
JobServServer.logger.write("Tried to release lock of process that doesnt exist!");
|
||||
return;
|
||||
}
|
||||
|
||||
candidate.releaseLock();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue