Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
export
function
emitError(message: string): void {
24
process.stderr.write(`zn: ${message}\n`)
25
}
26
27
export
function
truncate(value: string, max: number): string {
28
if
(value.length <= max)
return
value
Callers
2
main
Function · 0.85
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected