mirror of
https://github.com/koush/scrypted.git
synced 2026-04-26 18:00:21 +01:00
server: worker pid cleanup
This commit is contained in:
@@ -33,10 +33,6 @@ export class PythonRuntimeWorker extends ChildProcessWorker {
|
||||
_stderr = new PassThrough();
|
||||
pythonInstallationComplete = true;
|
||||
|
||||
get pid() {
|
||||
return this.worker?.pid || -1;
|
||||
}
|
||||
|
||||
get stdout() {
|
||||
return this._stdout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user