Skip to content

Commit e60187d

Browse files
Trotttargos
authored andcommitted
policy: add missing JSDoc @param entry
PR-URL: #41239 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 56345a3 commit e60187d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/policy/manifest.js

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ const kNoDependencies = new DependencyMapperInstance(
246246
* @param {string} href
247247
* @param {JSONDependencyMap} dependencies
248248
* @param {boolean} cascade
249+
* @param {boolean} allowSameHREFScope
249250
* @param {Map<string | null | undefined, DependencyMapperInstance>} store
250251
*/
251252
const insertDependencyMap = (

0 commit comments

Comments
 (0)