frontend server: serveUpdateResults fix
Serve empty error bundle to indicate the update is done. Otherwise the build system, when using -fno-emit-bin, fails to detect the update is done.
This commit is contained in:
@@ -4230,6 +4230,9 @@ fn serveUpdateResults(s: *Server, comp: *Compilation) !void {
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
// Serve empty error bundle to indicate the update is done.
|
||||
try s.serveErrorBundle(std.zig.ErrorBundle.empty);
|
||||
}
|
||||
|
||||
fn runOrTest(
|
||||
|
||||
Reference in New Issue
Block a user