Skip to content

Commit

Permalink
debug windows
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Sep 18, 2024
1 parent 5fe4990 commit 99f47d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gptscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export class Run {
reject(new Error(this.stderr))
}
} else if (this.state === RunState.Error) {
console.error(this.err)
console.log(this.err)
reject(new Error(this.err))
}
})
Expand Down

0 comments on commit 99f47d0

Please sign in to comment.