Skip to content

Commit e9b4832

Browse files
authored
#569 clean up
#569 clean up
1 parent 85b7c98 commit e9b4832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Requestable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ class Requestable {
264264
.pop()
265265
);
266266
if (!(options && typeof options.page !== 'number')) {
267-
log('getting next page: ' + nextUrl);
268-
return _this2._requestAllPages(nextUrl, options, cb, results);
267+
log(`getting next page: ${nextUrl}`);
268+
return this._requestAllPages(nextUrl, options, cb, results);
269269
}
270270
}
271271

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy