Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/11ty/dev-server
/ log
Method
log
client/reload-client.js:7–9 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
5
}
6
7
static log(message) {
8
Util.output(
"log"
, message);
9
}
10
static error(message, error) {
11
Util.output(
"error"
, message, error);
12
}
Callers
7
cmd.js
File · 0.80
cli.js
File · 0.80
watcher
Method · 0.80
fullPageReload
Method · 0.80
EleventyReload
Class · 0.80
init
Method · 0.80
reconnect
Method · 0.80
Calls
1
output
Method · 0.80
Tested by
no test coverage detected