summaryrefslogtreecommitdiff
path: root/lib/internal/policy
diff options
context:
space:
mode:
authorJesse Katsumata <jesse.katsumata@gmail.com>2019-03-21 12:56:23 +0900
committerZYSzys <zyszys98@gmail.com>2019-03-23 13:25:42 +0800
commitafdadbcff5bf2c6627b0ee8c49521fb151201dec (patch)
tree5e05b10d108fe00c7caae3eb5a3e1186250a9ab3 /lib/internal/policy
parent2701f5538f010e09f5c6969d858b38b34b859ae2 (diff)
downloadandroid-node-v8-afdadbcff5bf2c6627b0ee8c49521fb151201dec.tar.gz
android-node-v8-afdadbcff5bf2c6627b0ee8c49521fb151201dec.tar.bz2
android-node-v8-afdadbcff5bf2c6627b0ee8c49521fb151201dec.zip
policy: reduce internal usage of public util for manifest.js
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'lib/internal/policy')
-rw-r--r--lib/internal/policy/manifest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/policy/manifest.js b/lib/internal/policy/manifest.js
index 6c777a7c78..1715bcba56 100644
--- a/lib/internal/policy/manifest.js
+++ b/lib/internal/policy/manifest.js
@@ -4,7 +4,7 @@ const {
ERR_MANIFEST_INTEGRITY_MISMATCH,
ERR_MANIFEST_UNKNOWN_ONERROR,
} = require('internal/errors').codes;
-const debug = require('util').debuglog('policy');
+const debug = require('internal/util/debuglog').debuglog('policy');
const SRI = require('internal/policy/sri');
const {
SafeWeakMap,