console.warn and info instead of log

This commit is contained in:
meow 2022-04-20 16:36:03 +03:00
parent 026ea52445
commit 3431a1b1de
6 changed files with 28 additions and 28 deletions

View file

@ -96,7 +96,7 @@ function get_youtube_replies(target, load_more) {
};
xhr.ontimeout = function () {
console.log('Pulling comments failed.');
console.warn('Pulling comments failed.');
body.innerHTML = fallback;
};