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 197fd54 commit 67c4189Copy full SHA for 67c4189
cmd/opampsupervisor/main_windows.go
@@ -27,6 +27,7 @@ func run() error {
27
if err := allocConsole(); err != nil {
28
return fmt.Errorf("alloc console: %w", err)
29
}
30
+ defer freeConsole()
31
32
// No need to supply service name when startup is invoked through
33
// the Service Control Manager directly.
0 commit comments