mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
1940114ac3
Using `util.inspect` on errors is going to highlight userland and node_module stack frames from now on. This is done by marking Node.js core frames grey and frames that contain `node_modules` in their path yellow. That way it's easy to grasp what frames belong to what code. PR-URL: https://github.com/nodejs/node/pull/27052 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> |
||
---|---|---|
.. | ||
@nodejsscope | ||
baz | ||
node_modules | ||
asdf.js | ||
bar.js | ||
foo.js |