mirror of https://github.com/nodejs/node.git
6 lines
219 B
JavaScript
6 lines
219 B
JavaScript
|
// Flags: --experimental-report --report-uncaught-exception --report-compact
|
||
|
'use strict';
|
||
|
// Test producing a compact report on uncaught exception.
|
||
|
require('../common');
|
||
|
require('./test-report-uncaught-exception.js');
|