Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Jul 2, 2024
1 parent 66b462f commit 02b1e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func GPTScriptExec(args ...string) (string, error) {
cmd := exec.Command("../bin/gptscript", args...)
if runtime.GOOS == "windows" {
out, _ := exec.Command("dir", "..").CombinedOutput()
println(out)
println(string(out))
cmd = exec.Command("..\\bin\\gptscript.exe", args...)
}

Expand Down

0 comments on commit 02b1e56

Please sign in to comment.