MCPcopy
hub / github.com/deepnote/deepnote / debug

Function debug

packages/cli/src/output.ts:127–131  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

125 * Log a debug message (only shown in debug mode).
126 */
127export function debug(message: string): void {
128 if (currentConfig.debug && !currentConfig.quiet) {
129 console.error(cliChalk.dim(`[debug] ${message}`))
130 }
131}
132
133/**
134 * Log an error message (always shown, even in quiet mode).

Callers 15

output.test.tsFile · 0.90
openDeepnoteFileInCloudFunction · 0.90
fetchMetricsFunction · 0.90
openInBrowserFunction · 0.90
emitInitResolverWarningsFunction · 0.90
initImportFunction · 0.90
uploadFileFunction · 0.90
createDiffActionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected