We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2d262 commit 668318dCopy full SHA for 668318d
Service/system-service_windows.go
@@ -42,7 +42,7 @@ func (thisRef *WindowsService) Run() error {
42
wg.Add(1)
43
var err error
44
go func() {
45
- err = svc.Run(thisRef.command.Name, &thisRef)
+ err = svc.Run(thisRef.command.Name, thisRef)
46
wg.Done()
47
}()
48
0 commit comments