node/test/message/source_map_no_source_file.js
legendecas 0a2c910ae9
src,lib: print prinstine source when source map source not found
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>
2022-08-06 19:56:27 +08:00

7 lines
118 B
JavaScript

// Flags: --enable-source-maps
'use strict';
require('../common');
require('../fixtures/source-map/no-source.js');