Skip to content

Commit 6d4a40c

Browse files
committed
fix: 非windows构建修复
1 parent 184a2e2 commit 6d4a40c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

utils/shell_resolve_nonwindows.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//go:build !windows
2+
3+
package utils
4+
5+
func resolveWindowsShellBinary(name string) string {
6+
return ""
7+
}

0 commit comments

Comments
 (0)