MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / emitError

Function emitError

apps/desktop/src/cli/format.ts:23–25  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

21}
22
23export function emitError(message: string): void {
24 process.stderr.write(`zn: ${message}\n`)
25}
26
27export function truncate(value: string, max: number): string {
28 if (value.length <= max) return value

Callers 2

mainFunction · 0.85
index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected