We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de2437 commit c127becCopy full SHA for c127bec
lib/internal/policy/manifest.js
@@ -4,7 +4,7 @@ const {
4
ERR_MANIFEST_INTEGRITY_MISMATCH,
5
ERR_MANIFEST_UNKNOWN_ONERROR,
6
} = require('internal/errors').codes;
7
-const debug = require('util').debuglog('policy');
+const debug = require('internal/util/debuglog').debuglog('policy');
8
const SRI = require('internal/policy/sri');
9
const {
10
SafeWeakMap,
0 commit comments