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

Function permissionError

src/cmd/update.go:109–113  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

107}
108
109func permissionError(err error) {
110 utils.PrintInfo("If fatal error is \"Permission denied\", please check read/write permission of spicetify executable directory.")
111 utils.PrintInfo("However, if you used a package manager to install spicetify, please upgrade by using the same package manager.")
112 utils.Fatal(err)
113}

Callers 1

UpdateFunction · 0.85

Calls 2

PrintInfoFunction · 0.92
FatalFunction · 0.92

Tested by

no test coverage detected