MCPcopy Create free account
hub / github.com/11ty/dev-server / error

Method error

client/reload-client.js:10–12  ·  view source on GitHub ↗
(message, error)

Source from the content-addressed store, hash-verified

8 Util.output("log", message);
9 }
10 static error(message, error) {
11 Util.output("error", message, error);
12 }
13 static output(type, ...messages) {
14 let now = new Date();
15 let date = `${Util.pad(now.getUTCHours())}:${Util.pad(

Callers 7

cli.jsFile · 0.80
_serverErrorHandlerMethod · 0.80
EleventyReloadClass · 0.80
initMethod · 0.80
makeRequestToFunction · 0.80
fetchHeadersForRequestFunction · 0.80

Calls 1

outputMethod · 0.80

Tested by

no test coverage detected