MCPcopy Create free account
hub / github.com/arctic-cli/interface / error

Function error

packages/arctic/src/cli/ui.ts:165–167  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

163 }
164
165 export function error(message: string) {
166 println(Style.TEXT_DANGER_BOLD + "Error: " + Style.TEXT_NORMAL + message)
167 }
168
169 export function markdown(text: string): string {
170 return text

Callers 6

SessionTurnFunction · 0.50
message-part.tsxFile · 0.50
ConnectionNamePromptFunction · 0.50
CodeMethodFunction · 0.50
OllamaPortStepFunction · 0.50
OllamaConnectingStepFunction · 0.50

Calls 1

printlnFunction · 0.85

Tested by

no test coverage detected