Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ warn
Function
warn
src/logger.ts:55–57 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
53
log(
'INFO'
, message);
54
},
55
warn(message: string) {
56
log(
'WARN'
, message);
57
},
58
error(message: string | Error, err?: Error) {
59
if
(message instanceof Error) {
60
log(
'ERROR'
, message.message, message);
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected