We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad34e3 commit 56c427eCopy full SHA for 56c427e
1 file changed
index.ts
@@ -57,7 +57,7 @@ export interface Options extends SpawnOptions{
57
args?: string[]
58
}
59
60
-class PythonShellError extends Error{
+export class PythonShellError extends Error{
61
traceback: string | Buffer;
62
exitCode?:number;
63
0 commit comments