Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-10-21 23:29:45 +0300
committerMyles Borins <mylesborins@google.com>2018-11-29 19:39:06 +0300
commit2a2882b470a4bc32ea2f67a0b8baefa19e1d3c0f (patch)
tree8adb48c953917d5f9d670b614091f58e98eb4d5b /doc
parentdc38427c64ebfaf72e548ecb9382a1d1a6e429da (diff)
doc: add missing YAML labels
PR-URL: https://github.com/nodejs/node/pull/23810 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index a99190c0b47..06270219db0 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -156,7 +156,7 @@ and profile Node.js instances. The tools attach to Node.js instances via a
tcp port and communicate using the [Chrome DevTools Protocol][].
### `--loader=file`
-<!--
+<!-- YAML
added: v9.0.0
-->