Skip to content

Commit

Permalink
Fix namespace object inspection in Node 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Apr 24, 2019
1 parent c94675d commit 8389f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/proxy-inspectable.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function proxyInspectable(object, options, map) {

contextAsOptions.showProxy = false

return safeInspect(proxy, contextAsOptions)
return safeInspect(decoyProxy, contextAsOptions)
}

return formatProxy(object, contextAsOptions)
Expand Down

0 comments on commit 8389f17

Please sign in to comment.