Skip to content

Commit 5fe4990

Browse files
committed
debug windows
Signed-off-by: Grant Linville <[email protected]>
1 parent bddb5a9 commit 5fe4990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ export class Run {
554554
reject(new Error(this.stderr))
555555
}
556556
} else if (this.state === RunState.Error) {
557+
console.error(this.err)
557558
reject(new Error(this.err))
558559
}
559560
})

0 commit comments

Comments
 (0)