Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit afdadbc

Browse files
NaturalclarZYSzys
authored andcommitted
policy: reduce internal usage of public util for manifest.js
PR-URL: nodejs/node#26833 Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Masashi Hirano <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 2701f55 commit afdadbc

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)