Skip to content

lib: remove redundant branch in async_hooks

The if-else is check if e.stack is string according to Node.js docs, e.stack is always a string, so there is no need for this check

Refs: https://github.com/nodejs/node/issues/38077

Merge request reports

Loading