Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ write
Function
write
packages/arctic/src/util/log.ts:53–56 ·
view source on GitHub ↗
(msg: any)
Source
from the content-addressed store, hash-verified
51
return
logpath
52
}
53
let
write = (msg: any) => {
54
process.stderr.write(msg)
55
return
msg.length
56
}
57
58
export
async
function
init(options: Options) {
59
if
(options.level) level = options.level
Callers
4
debug
Function · 0.70
info
Function · 0.70
error
Function · 0.70
warn
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected