MCPcopy
hub / github.com/spicetify/cli / PrintError

Function PrintError

src/utils/print.go:88–90  ·  view source on GitHub ↗

PrintError prints an error message

(text string)

Source from the content-addressed store, hash-verified

86
87// PrintError prints an error message
88func PrintError(text string) {
89 Error.Println(text)
90}
91
92// PrintSuccess prints a success message
93func PrintSuccess(text string) {

Callers 15

initFunction · 0.92
mainFunction · 0.92
PatchFunction · 0.92
BackupFunction · 0.92
ShowConfigDirectoryFunction · 0.92
refreshThemeCSSFunction · 0.92
CheckStatesFunction · 0.92
refreshThemeJSFunction · 0.92
pushExtensionsFunction · 0.92
RefreshAppsFunction · 0.92
nodeModuleSymlinkFunction · 0.92
initCmdColorFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected