mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
PR-URL: https://github.com/nodejs/node/pull/57701 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
10 lines
128 B
JavaScript
10 lines
128 B
JavaScript
'use strict';
|
|
require('../../common');
|
|
|
|
Error.stackTraceLimit = 1;
|
|
eval(`
|
|
|
|
throw new Error('error in anonymous script');
|
|
|
|
`);
|