add back FIXME comment
This commit is contained in:
parent
29e43a60ae
commit
56fccdefd5
@ -100,6 +100,7 @@ const Server = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn shutdown(self: *Server) void {
|
fn shutdown(self: *Server) void {
|
||||||
|
_ = self;
|
||||||
// FIXME this shutdown request fails with a broken pipe on stdin on the CI
|
// FIXME this shutdown request fails with a broken pipe on stdin on the CI
|
||||||
// self.request("shutdown", "{}", null) catch @panic("Could not send shutdown request");
|
// self.request("shutdown", "{}", null) catch @panic("Could not send shutdown request");
|
||||||
// waitNoError(self.process) catch @panic("Server error");
|
// waitNoError(self.process) catch @panic("Server error");
|
||||||
|
Loading…
Reference in New Issue
Block a user