chore: rephrase comment

This commit is contained in:
LuanRT
2022-05-19 05:14:38 -03:00
parent 6aaf9c70b9
commit 5560ba3ce4

View File

@@ -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
});