We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SafePromisePrototypeFinally
1 parent 1c7bdf9 commit 071dff1Copy full SHA for 071dff1
lib/internal/per_context/primordials.js
@@ -462,7 +462,7 @@ const SafePromise = makeSafe(
462
* rejected). The resolved value cannot be modified from the callback.
463
* Prefer using async functions when possible.
464
* @param {Promise<any>} thisPromise
465
- * @param {() => void) | undefined | null} onFinally The callback to execute
+ * @param {(() => void) | undefined | null} onFinally The callback to execute
466
* when the Promise is settled (fulfilled or rejected).
467
* @returns {Promise} A Promise for the completion of the callback.
468
*/
0 commit comments