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
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-10-21 23:29:45 +0300
committerJames M Snell <jasnell@gmail.com>2018-10-22 23:06:46 +0300
commitd6b3f6513b4b19b1a618a1bd0821285817d6ca80 (patch)
tree526877c1fcbd9cfd5d9874b2b30b50b65e36b972
parentf0e5afc96843a88f109b87b0bcfbd2754e48efca (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>
-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
-->