We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d972c33 commit 69172fcCopy full SHA for 69172fc
lib/limiter.js
@@ -27,6 +27,7 @@ class Limiter {
27
/**
28
* Adds a job to the queue.
29
*
30
+ * @param {Function} job The job to run
31
* @public
32
*/
33
add(job) {
lib/stream.js
@@ -26,6 +26,7 @@ function duplexOnEnd() {
26
* The listener of the `'error'` event.
+ * @param {Error} err The error
* @private
function duplexOnError(err) {
0 commit comments