diff --git a/runtime/runtime_single_client.go b/runtime/runtime_single_client.go index e0abc00c..0b5828bc 100644 --- a/runtime/runtime_single_client.go +++ b/runtime/runtime_single_client.go @@ -109,7 +109,7 @@ func (s *SingleRuntime) readFromSocket(command string, socket socketType) (strin fullCommand = fmt.Sprintf("set severity-output number;@%v %s;quit\n", 1, command) } case masterSocket: - fullCommand = command + ";quit" + fullCommand = command + ";quit\n" } _, err = api.Write([]byte(fullCommand))