()
| 222 | } |
| 223 | |
| 224 | func isValidForWatching() bool { |
| 225 | status := spotifystatus.Get(appDestPath) |
| 226 | |
| 227 | if !status.IsModdable() { |
| 228 | utils.PrintError(`You haven't applied. Run "spicetify apply" once before entering watch mode`) |
| 229 | return false |
| 230 | } |
| 231 | |
| 232 | return true |
| 233 | } |
| 234 | |
| 235 | func startDebugger() { |
| 236 | if len(utils.GetDebuggerPath()) == 0 { |
no test coverage detected