update error message
This commit is contained in:
parent
502844f9dd
commit
423ffc3a1c
@ -155,7 +155,7 @@ class InnerTubePokeVidious {
|
|||||||
|
|
||||||
return this.cache[v].result;
|
return this.cache[v].result;
|
||||||
} else {
|
} else {
|
||||||
this.initError(`Invalid video object (missing authorId) (ID: ${v})`, vid);
|
this.initError(`Invalid video object (ID: ${v})`, vid);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.initError(`Error getting video ${v}`, error);
|
this.initError(`Error getting video ${v}`, error);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user