Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spicetify/cli
/ Fatal
Function
Fatal
src/utils/print.go:103–106 ·
view source on GitHub ↗
Fatal prints fatal message and exits process
(err error)
Source
from the content-addressed store, hash-verified
101
102
// Fatal prints fatal message and exits process
103
func
Fatal(err error) {
104
FatalPrefix.Println(err.Error())
105
os.Exit(1)
106
}
Callers
15
main
Function · 0.92
Extract
Function · 0.92
Backup
Function · 0.92
clearBackup
Function · 0.92
Restore
Function · 0.92
ShowConfigDirectory
Function · 0.92
Apply
Function · 0.92
Update
Function · 0.92
permissionError
Function · 0.92
Watch
Function · 0.92
arrayType
Function · 0.92
stringType
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected