Fix small bug

main
Benjamin Kniffler 4 years ago committed by GitHub
parent f7f1ba5d7e
commit 241e9978ef
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