mirror of
https://github.com/koush/scrypted.git
synced 2026-04-26 01:40:22 +01:00
server: lazy install specific python versions
This commit is contained in:
@@ -41,10 +41,6 @@ export class NodeThreadWorker extends EventEmitter implements RuntimeWorker {
|
||||
return this.worker.stderr;
|
||||
}
|
||||
|
||||
get killed() {
|
||||
return this.terminated;
|
||||
}
|
||||
|
||||
kill(): void {
|
||||
if (!this.worker)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user