We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee947d7 commit 234fd82Copy full SHA for 234fd82
1 file changed
index.js
@@ -11,7 +11,7 @@ function errorExist(type) {
11
* @param {string} type The type of error to throw
12
* @param {string} msg An error message
13
* @param {(string|number)} errno An unique error id code to let clients handle the error
14
- * @param {...} [debug] An indefinite number of contex-debug information to pass
+ * @param {...} [debug] An indefinite number of contex-debug information to collect
15
*/
16
function throwError(type, msg, errno, ...debug) {
17
debug = debug || [];
0 commit comments