master
nodeRunner.start
func (n *nodeRunner) start(conf nodeStartConfig) error { var control string if isWindows { control = `\\.\pipe\` + controlSocket } else {