From 1d28db1007b3de69b427c7a1a30ae51bdee48824 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 23 Dec 2019 23:15:58 -0500 Subject: [PATCH] doc: add --enable-source-maps man page entry This commit adds the --enable-source-maps CLI flag to the man page. PR-URL: https://github.com/nodejs/node/pull/31077 Reviewed-By: Gireesh Punathil Reviewed-By: Beth Griggs Reviewed-By: Anto Aravinth Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/node.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/node.1 b/doc/node.1 index 03d09d51c0fd8c..d9a6f45d937ae6 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -110,6 +110,9 @@ Enable FIPS-compliant crypto at startup. Requires Node.js to be built with .Sy ./configure --openssl-fips . . +.It Fl -enable-source-maps +Enable experimental Source Map V3 support for stack traces. +. .It Fl -experimental-conditional-exports Enable experimental support for "require" and "node" conditional export targets. .