mirror of
https://github.com/nodejs/node.git
synced 2025-05-09 10:45:51 +00:00

PR-URL: https://github.com/nodejs/node/pull/44197 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com>
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
// Flags: --enable-source-maps
|
|
|
|
'use strict';
|
|
require('../common');
|
|
Error.stackTraceLimit = 2;
|
|
|
|
require('../fixtures/source-map/no-source.js');
|