Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/examples
/ log
Function
log
internal/scripts/lib/log.ts:1–5 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
1
export
default
function
log(...args: any[]) {
2
if
(process.env.DEBUG !==
'0'
) {
3
console.log(...args)
4
}
5
}
Callers
2
updateChangedTemplates
Function · 0.85
updateTemplate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected