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>
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
'use strict';
|
|
require('../../common');
|
|
|
|
Error.stackTraceLimit = 1;
|
|
eval(`
|
|
|
|
throw new Error('error in anonymous script');
|
|
|
|
`);
|