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>2019-09-30 00:15:39 +0300
committerBenjamin Coe <bencoe@google.com>2019-10-06 03:08:00 +0300
commite1e2f669f65fd53323b8a58d80ed3cee039706b7 (patch)
tree582baba1511e57a9915b379d0f263cb29fb6c38f /node.gyp
parent739f113ba63367a93e1567032d85573a079b97b5 (diff)
process: add source-map support to stack traces
PR-URL: https://github.com/nodejs/node/pull/29564 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index dcd89041515..31d10b7444d 100644
--- a/node.gyp
+++ b/node.gyp
@@ -175,7 +175,8 @@
'lib/internal/repl/history.js',
'lib/internal/repl/utils.js',
'lib/internal/socket_list.js',
- 'lib/internal/source_map.js',
+ 'lib/internal/source_map/source_map.js',
+ 'lib/internal/source_map/source_map_cache.js',
'lib/internal/test/binding.js',
'lib/internal/timers.js',
'lib/internal/tls.js',