Skip to content

Commit a2d2756

Browse files
toshi1127targos
authored andcommitted
assert: reduce internal usage of public require of util
PR-URL: #26750 Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 57d3ba1 commit a2d2756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/assert/assertion_error.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const { inspect } = require('util');
3+
const { inspect } = require('internal/util/inspect');
44
const { codes: {
55
ERR_INVALID_ARG_TYPE
66
} } = require('internal/errors');

0 commit comments

Comments
 (0)