add back FIXME comment

This commit is contained in:
Meghan Denny 2021-12-29 22:24:33 -08:00
parent 29e43a60ae
commit 56fccdefd5

View File

@ -100,6 +100,7 @@ const Server = struct {
}
fn shutdown(self: *Server) void {
_ = self;
// 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");
// waitNoError(self.process) catch @panic("Server error");