From e05f5aa352f6ba55562a0afade0fa9046aeaf0d1 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 22 Apr 2020 23:52:04 +0200 Subject: [pkg] initialize service early for windows --- cmd/bitmask-helper/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/bitmask-helper/main.go b/cmd/bitmask-helper/main.go index 3d19046..4a627d9 100644 --- a/cmd/bitmask-helper/main.go +++ b/cmd/bitmask-helper/main.go @@ -39,5 +39,6 @@ func main() { } config.Version = version - helper.ServeHTTP(preferredPort) + // StartHelper is the main entry point - it also handles cli args in windows, and starts the http server. + helper.StartHelper(preferredPort) } -- cgit v1.2.3