Skip to content

Commit 56c427e

Browse files
committed
exported type PythonShellError
1 parent 7ad34e3 commit 56c427e

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)