| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -461,7 +461,7 @@ const SafePromise = makeSafe( | |||
| 461 | 461 | * rejected). The resolved value cannot be modified from the callback. | |
| 462 | 462 | * Prefer using async functions when possible. | |
| 463 | 463 | * @param {Promise<any>} thisPromise | |
| 464 | - * @param {() => void) | undefined | null} onFinally The callback to execute | ||
| 464 | + * @param {(() => void) | undefined | null} onFinally The callback to execute | ||
| 465 | 465 | * when the Promise is settled (fulfilled or rejected). | |
| 466 | 466 | * @returns {Promise} A Promise for the completion of the callback. | |
| 467 | 467 | */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments