summaryrefslogtreecommitdiff
path: root/bitmask_go/launcher_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'bitmask_go/launcher_windows.go')
-rw-r--r--bitmask_go/launcher_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask_go/launcher_windows.go b/bitmask_go/launcher_windows.go
index ddebfbe..d0effa4 100644
--- a/bitmask_go/launcher_windows.go
+++ b/bitmask_go/launcher_windows.go
@@ -57,7 +57,7 @@ func (l *launcher) firewallStop() error {
func (l *launcher) send(cmd string, args ...string) error {
if args == nil {
- args = []string{}
+ args = "null"
}
command := struct {
Cmd string `json:"cmd"`