Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
himself65 and aduh95 authored Mar 20, 2021
1 parent f2330ae commit 93245d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function lazyLoadInspect() {
if (inspect !== null) {
return inspect;
}
inspect = require('util').inspect;
return inspect = require('util').inspect;
}

function customInspect(self, obj, depth, options) {
Expand Down

0 comments on commit 93245d2

Please sign in to comment.