We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5192d9 commit 7616e20Copy full SHA for 7616e20
src/write/build-modes/live-dev-server.js
@@ -337,7 +337,7 @@ export async function go({
337
if (!Object.hasOwn(urlToPageMap, pathnameKey)) {
338
response.writeHead(404, contentTypePlain);
339
response.end(`No page found for: ${pathnameKey}\n`);
340
- if (loudResponses) console.log(`${requestHead} [404] ${pathname}`);
+ if (loudResponses) console.log(`${requestHead} [404] ${pathname} (no page)`);
341
return;
342
}
343
0 commit comments