Skip to content

Commit 99f47d0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gptscript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ export class Run {
554554
reject(new Error(this.stderr))
555555
}
556556
} else if (this.state === RunState.Error) {
557-
console.error(this.err)
557+
console.log(this.err)
558558
reject(new Error(this.err))
559559
}
560560
})

0 commit comments

Comments
 (0)