Skip to content

Commit

Permalink
policy: add missing JSDoc @param entry
Browse files Browse the repository at this point in the history
PR-URL: #41239
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott authored and danielleadams committed Feb 1, 2022
1 parent b688f20 commit 7b6db6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/policy/manifest.js
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 7b6db6d

Please sign in to comment.