mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-12 15:10:13 +00:00
better fail to get TA info log message
This commit is contained in:
parent
35186c09ca
commit
976fefbf89
@ -391,7 +391,8 @@ function checkVideoExists(taButton) {
|
||||
}
|
||||
function handleError() {
|
||||
buttonError(taButton);
|
||||
console.log('error');
|
||||
let videoId = taButton.dataset.id;
|
||||
console.log(`error: failed to get info from TA for video ${videoId}`);
|
||||
}
|
||||
|
||||
let videoId = taButton.dataset.id;
|
||||
|
Loading…
Reference in New Issue
Block a user