Skip to content

Commit

Permalink
feat: add console log for error
Browse files Browse the repository at this point in the history
  • Loading branch information
N0chteil committed Mar 22, 2023
1 parent 8443587 commit e8af37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/checkIfMusicRunning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function checkIfMusicRunning() {

return res.toLowerCase().indexOf(app.toLowerCase()) > -1;
} catch (err) {
console.log("[checkIfMusicRunning]", err);
return false;
}
}

0 comments on commit e8af37d

Please sign in to comment.