Skip to content

Commit c127bec

Browse files
Naturalclartargos
authored andcommittedMar 27, 2019
policy: reduce internal usage of public util for manifest.js
PR-URL: #26833 Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6de2437 commit c127bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/internal/policy/manifest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const {
44
ERR_MANIFEST_INTEGRITY_MISMATCH,
55
ERR_MANIFEST_UNKNOWN_ONERROR,
66
} = require('internal/errors').codes;
7-
const debug = require('util').debuglog('policy');
7+
const debug = require('internal/util/debuglog').debuglog('policy');
88
const SRI = require('internal/policy/sri');
99
const {
1010
SafeWeakMap,

0 commit comments

Comments
 (0)