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:
authorbcoe <bencoe@google.com>2021-03-13 22:11:15 +0300
committerGerhard Stoebich <18708370+Flarna@users.noreply.github.com>2021-03-15 23:33:09 +0300
commitac73d58de240dff36cba6209e6c702014f4db16a (patch)
treece250db780b3827413b2c8e7c3bd407e7708237e /src/node_options.cc
parent58166ae0df107cc0648e70cd8c757e0574b323c2 (diff)
errors: remove experimental from --enable-source-maps
PR-URL: https://github.com/nodejs/node/pull/37743 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Ian Sutherland <ian@iansutherland.ca> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/node_options.cc')
-rw-r--r--src/node_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_options.cc b/src/node_options.cc
index 76beb2225ce..2a67800ef17 100644
--- a/src/node_options.cc
+++ b/src/node_options.cc
@@ -298,7 +298,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
&EnvironmentOptions::diagnostic_dir,
kAllowedInEnvironment);
AddOption("--enable-source-maps",
- "experimental Source Map V3 support",
+ "Source Map V3 support for stack traces",
&EnvironmentOptions::enable_source_maps,
kAllowedInEnvironment);
AddOption("--experimental-abortcontroller", "",