MCPcopy Create free account
hub / github.com/github/gh-aw / FormatErrorMessage

Function FormatErrorMessage

pkg/console/console_wasm.go:71–71  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

69func FormatInfoMessage(message string) string { return "i " + message }
70func FormatWarningMessage(message string) string { return "⚠ " + message }
71func FormatErrorMessage(message string) string { return "✗ " + message }
72func FormatLocationMessage(message string) string { return "~ " + message }
73func FormatCommandMessage(command string) string { return "$ " + command }
74func FormatProgressMessage(message string) string { return "▸ " + message }

Callers 15

InspectWorkflowMCPFunction · 0.92
runFixCommandFunction · 0.92
validateWorkflowSecurityFunction · 0.92
RunListWorkflowsFunction · 0.92
RunHashFrontmatterFunction · 0.92
ensureSecretAvailableFunction · 0.92
displayMissingSecretsFunction · 0.92
writeMCPScriptsFilesFunction · 0.92

Calls

no outgoing calls