mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-07 01:50:23 +08:00
AUTH-2077: Quotes open browser command in windows
This commit is contained in:
11
cmd/cloudflared/shell/launch_browser_other.go
Normal file
11
cmd/cloudflared/shell/launch_browser_other.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//+build !windows,!darwin,!linux,!netbsd,!freebsd,!openbsd
|
||||
|
||||
package shell
|
||||
|
||||
import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
func getBrowserCmd(url string) *exec.Cmd {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user