server: lazy install specific python versions

This commit is contained in:
Koushik Dutta
2024-03-17 13:05:01 -07:00
parent 03c4dd5ecc
commit 577c6a1733
8 changed files with 112 additions and 73 deletions

View File

@@ -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;