Update src/libpoketube/libpoketube-core.js

This commit is contained in:
ashley 2025-08-28 00:40:59 +02:00
parent facc69767f
commit 10649f70af

View File

@ -189,7 +189,7 @@ class InnerTubePokeVidious {
}
initError(context, error) {
console.error("[LIBPT CORE ERROR]", context, error?.stack || error || "");
console.log("[LIBPT CORE ERROR]", context, error?.stack || error || "");
}
}