Skip to content

Commit 5a49e31

Browse files
bcoedanielleadams
authored andcommitted
errors: remove experimental from --enable-source-maps
PR-URL: #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>
1 parent 3710857 commit 5a49e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
298298
&EnvironmentOptions::diagnostic_dir,
299299
kAllowedInEnvironment);
300300
AddOption("--enable-source-maps",
301-
"experimental Source Map V3 support",
301+
"Source Map V3 support for stack traces",
302302
&EnvironmentOptions::enable_source_maps,
303303
kAllowedInEnvironment);
304304
AddOption("--experimental-abortcontroller", "",

0 commit comments

Comments
 (0)