mirror of
https://github.com/nodejs/node.git
synced 2025-05-10 19:17:56 +00:00

Print unmapped source lines when the source map source is not found. Error stacks should be correctly mapped even when the source is absent. PR-URL: https://github.com/nodejs/node/pull/44052 Refs: https://github.com/nodejs/node/pull/44019 Reviewed-By: Ben Coe <bencoe@gmail.com>
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
// Flags: --enable-source-maps
|
|
|
|
'use strict';
|
|
require('../common');
|
|
|
|
require('../fixtures/source-map/no-source.js');
|