fix compile errors

This commit is contained in:
Joao Moreno
2017-10-04 15:43:48 +02:00
parent de4fd8544b
commit 6a6b589eb8

View File

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