*: run gofmt (#1928)
This commit is contained in:
parent
5774066ddb
commit
25d8856cd1
@ -745,7 +745,6 @@ func execute(attachPid int, processArgs []string, conf *config.Config, coreFile
|
||||
DebugInfoDirectories: conf.DebugInfoDirectories,
|
||||
CheckGoVersion: CheckGoVersion,
|
||||
CheckLocalConnUser: CheckLocalConnUser,
|
||||
|
||||
DisconnectChan: disconnectChan,
|
||||
})
|
||||
default:
|
||||
@ -773,8 +772,7 @@ func execute(attachPid int, processArgs []string, conf *config.Config, coreFile
|
||||
var status int
|
||||
if Headless {
|
||||
if ContinueOnStart {
|
||||
var client *rpc2.RPCClient
|
||||
client = rpc2.NewClient(listener.Addr().String())
|
||||
client := rpc2.NewClient(listener.Addr().String())
|
||||
client.Disconnect(true) // true = continue after disconnect
|
||||
}
|
||||
waitForDisconnectSignal(disconnectChan)
|
||||
|
Loading…
Reference in New Issue
Block a user