Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 5bf5ab8

Browse files
committed
build setFlags function in browser_unsupported.go
1 parent a466fa4 commit 5bf5ab8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser_unsupported.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ import (
1111
func openBrowser(url string) error {
1212
return fmt.Errorf("openBrowser: unsupported operating system: %v", runtime.GOOS)
1313
}
14+
15+
func setFlags(cmd *exec.Cmd) {}

0 commit comments

Comments
 (0)