mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
fix compile errors
This commit is contained in:
@@ -174,7 +174,7 @@ function cpErrorHandler(cb: (reason?: any) => void): (reason?: any) => void {
|
||||
};
|
||||
}
|
||||
|
||||
interface SpawnOptions extends cp.SpawnOptions {
|
||||
export interface SpawnOptions extends cp.SpawnOptions {
|
||||
input?: string;
|
||||
encoding?: string;
|
||||
log?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user