Files
Kmake/test/fixtures/errors/test-no-extra-info-on-fatal-exception.js

8 lines
137 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
// Flags: --no-extra-info-on-fatal-exception
'use strict';
require('../../common');
Error.stackTraceLimit = 1;
throw new Error('foo');