mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
chore: rephrase comment
This commit is contained in:
@@ -74,7 +74,7 @@ class SessionBuilder {
|
||||
const response = await Axios.get(`${Constants.URLS.YT_BASE}/sw.js_data`).catch((err) => err);
|
||||
|
||||
if (response instanceof Error)
|
||||
throw new Utils.InnertubeError('Could not retrieve session data', {
|
||||
throw new Utils.InnertubeError('Could not retrieve configuration data', {
|
||||
status_code: response?.response?.status || 0,
|
||||
message: response.message
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user