mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 21:07:26 +02:00
Update Node fills due to updated types package
This commit is contained in:
@@ -161,7 +161,7 @@ function fork(modulePath: string): cp.ChildProcess {
|
||||
}));
|
||||
}
|
||||
|
||||
function spawn(_command: string, _args?: ReadonlyArray<string>, _options?: cp.SpawnOptions): cp.ChildProcess {
|
||||
function spawn(_command: string, _args?: ReadonlyArray<string> | cp.SpawnOptions, _options?: cp.SpawnOptions): cp.ChildProcess {
|
||||
throw new Error("not implemented");
|
||||
}
|
||||
// tslint:enable only-arrow-functions
|
||||
|
||||
Reference in New Issue
Block a user