Skip to content

Commit

Permalink
policy: add missing JSDoc @param entry
Browse files Browse the repository at this point in the history
PR-URL: nodejs#41239
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Trott authored Dec 21, 2021
1 parent c3866b0 commit 73d2d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/policy/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ const kNoDependencies = new DependencyMapperInstance(
* @param {string} href
* @param {JSONDependencyMap} dependencies
* @param {boolean} cascade
* @param {boolean} allowSameHREFScope
* @param {Map<string | null | undefined, DependencyMapperInstance>} store
*/
const insertDependencyMap = (
Expand Down

0 comments on commit 73d2d90

Please sign in to comment.