summaryrefslogtreecommitdiff
path: root/doc/guides/node-postmortem-support.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-08-29 09:04:34 -0400
committerRich Trott <rtrott@gmail.com>2019-08-31 15:27:58 -0700
commit9a46cfc33796a5effade4a0c6de95807f1fca7ad (patch)
tree4ba6024f24f8b6d1893a172fe00e75b8cc2fc53b /doc/guides/node-postmortem-support.md
parentcad3a21c1d0d216ba0d0b4b8eaa7a468fab7c2a9 (diff)
downloadandroid-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.gz
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.bz2
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.zip
doc: remove multiple consecutive blank lines
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: https://github.com/nodejs/node/pull/29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/guides/node-postmortem-support.md')
-rw-r--r--doc/guides/node-postmortem-support.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/guides/node-postmortem-support.md b/doc/guides/node-postmortem-support.md
index bc9ff51949..5845f2a84f 100644
--- a/doc/guides/node-postmortem-support.md
+++ b/doc/guides/node-postmortem-support.md
@@ -5,7 +5,6 @@ by debuggers and other tools to navigate through internal structures of software
when analyzing its memory (either on a running process or a core dump). Node.js
provides this metadata in its builds for V8 and Node.js internal structures.
-
## V8 Postmortem metadata
V8 prefixes all postmortem constants with `v8dbg_`, and they allow inspection of