MCPcopy 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

1export default function log(...args: any[]) {
2 if (process.env.DEBUG !== '0') {
3 console.log(...args)
4 }
5}

Callers 2

updateChangedTemplatesFunction · 0.85
updateTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected