Skip to content

Commit f0e2a46

Browse files
committed
hopefully fix the test
Signed-off-by: Grant Linville <[email protected]>
1 parent 99f47d0 commit f0e2a46

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/gptscript.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ export class Run {
554554
reject(new Error(this.stderr))
555555
}
556556
} else if (this.state === RunState.Error) {
557-
console.log(this.err)
558557
reject(new Error(this.err))
559558
}
560559
})

tests/fixtures/global-tools.gpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Runbook 3
44

55
---
66
Name: tool_1
7-
Global Tools: sys.read, sys.write, github.com/gptscript-ai/knowledge, github.com/drpebcak/duckdb, github.com/gptscript-ai/browser, github.com/gptscript-ai/browser-search/google, github.com/gptscript-ai/browser-search/google-question-answerer
7+
Global Tools: sys.read, sys.write, github.com/drpebcak/duckdb, github.com/gptscript-ai/browser, github.com/gptscript-ai/browser-search/google, github.com/gptscript-ai/browser-search/google-question-answerer
88

99
Say "Hello!"
1010

@@ -16,4 +16,4 @@ What time is it?
1616
---
1717
Name: tool_3
1818

19-
Give me a paragraph of lorem ipsum
19+
Give me a paragraph of lorem ipsum

0 commit comments

Comments
 (0)