Skip to content

Commit 4c1d489

Browse files
authored
Merge pull request #161 from IsaacLuo/master
exported type PythonShellError
2 parents 7ad34e3 + 56c427e commit 4c1d489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface Options extends SpawnOptions{
5757
args?: string[]
5858
}
5959

60-
class PythonShellError extends Error{
60+
export class PythonShellError extends Error{
6161
traceback: string | Buffer;
6262
exitCode?:number;
6363
}

0 commit comments

Comments
 (0)