mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-22 19:50:12 +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() {
|
function handleError() {
|
||||||
buttonError(taButton);
|
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;
|
let videoId = taButton.dataset.id;
|
||||||
|
Loading…
Reference in New Issue
Block a user