util: fix indentationLvl when exceeding max call stack size by BridgeAR · Pull Request #22787 · nodejs/node

@BridgeAR

The inspection indentation level was not always reset to it's former
value in case the maximum call stack size was exceeded.

@nodejs-github-bot added the util

Issues and PRs related to the built-in util module.

label

Sep 10, 2018

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Sep 11, 2018

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Sep 13, 2018
The inspection indentation level was not always reset to it's former
value in case the maximum call stack size was exceeded.

PR-URL: nodejs#22787
Reviewed-By: James M Snell <jasnell@gmail.com>

targos pushed a commit to targos/node that referenced this pull request

Sep 23, 2018
The inspection indentation level was not always reset to it's former
value in case the maximum call stack size was exceeded.

PR-URL: nodejs#22787
Reviewed-By: James M Snell <jasnell@gmail.com>

targos pushed a commit that referenced this pull request

Sep 24, 2018
The inspection indentation level was not always reset to it's former
value in case the maximum call stack size was exceeded.

Backport-PR-URL: #23039
PR-URL: #22787
Reviewed-By: James M Snell <jasnell@gmail.com>

This was referenced

Oct 10, 2018