mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Refactor vscode endpoints to use fork directly.
This commit is contained in:
@@ -267,7 +267,7 @@ export class ParentProcess extends Process {
|
||||
try {
|
||||
this.started = this._start()
|
||||
await this.started
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
this.logger.error(error.message)
|
||||
this.exit(typeof error.code === "number" ? error.code : 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user