@kaguya-anime/parsers
Advanced tools
Comparing version 1.14.21 to 1.14.22
@@ -56,3 +56,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
console.log('Running parser:', parser.id); | ||
yield (0, utils_1.callWithTimeout)(parser.monitor.check, 60000); | ||
yield (0, utils_1.callWithTimeout)(parser.monitor.check.bind(parser.monitor), 60000); | ||
console.log('Done scraping parser:', parser.id); | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "@kaguya-anime/parsers", | ||
"version": "1.14.21", | ||
"version": "1.14.22", | ||
"main": "build/index.js", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "ebcb3856be42b58d6f729b68926470dc679460a3" | ||
"gitHead": "b030a4df1a317457897ac6989ae39380f67faa53" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
446371