Skip to content

Commit 4bc5ee4

Browse files
committed
debug
Signed-off-by: Grant Linville <[email protected]>
1 parent e0f108d commit 4bc5ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
func GPTScriptExec(args ...string) (string, error) {
99
cmd := exec.Command("../bin/gptscript", args...)
1010
if runtime.GOOS == "windows" {
11+
_ = exec.Command("dir", "..").Run()
1112
cmd = exec.Command("..\\bin\\gptscript.exe", args...)
1213
}
1314

0 commit comments

Comments
 (0)