mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
If symbol names array has been populated in source map, include original symbol name in error message. Fixes https://github.com/nodejs/node/issues/35325 PR-URL: https://github.com/nodejs/node/pull/36042 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
// Flags: --enable-source-maps
|
|
|
|
'use strict';
|
|
require('../common');
|
|
require('../fixtures/source-map/enclosing-call-site-min.js');
|