Merge pull request #3313 from bkniffler/patch-1

Fix small bug
main
Elbert Alias 4 years ago committed by GitHub
commit d1384ccc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -526,7 +526,7 @@ class Site {
async analyze(url = this.originalUrl, index = 1, depth = 1) {
try {
if (this.recursive) {
if (this.options.recursive) {
await sleep(this.options.delay * index)
}

Loading…
Cancel
Save