mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
fix(download): Crashes due to genius-lyrics feature
This commit is contained in:
@ -55,7 +55,7 @@ const sendError = (error: Error, source?: string) => {
|
||||
const cause = error.cause ? `\n\n${String(error.cause)}` : '';
|
||||
const message = `${error.toString()}${songNameMessage}${cause}`;
|
||||
|
||||
console.error(message);
|
||||
console.error(message, error, error?.stack);
|
||||
dialog.showMessageBox({
|
||||
type: 'info',
|
||||
buttons: ['OK'],
|
||||
|
||||
Reference in New Issue
Block a user