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