mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
feat(core): first attempt to init script standard (#8224)
- lazy load - rate limit per path - init .debug.json support - docs - maintainer - radar
This commit is contained in:
3
lib/errors/RequestInProgress.js
Normal file
3
lib/errors/RequestInProgress.js
Normal file
@@ -0,0 +1,3 @@
|
||||
class RequestInProgressError extends Error {}
|
||||
|
||||
module.exports = RequestInProgressError;
|
||||
Reference in New Issue
Block a user