mirror of https://github.com/nodejs/node.git
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
|
// Flags: --trace-uncaught
|
||
|
'use strict';
|
||
|
require('../common');
|
||
|
|
||
|
// eslint-disable-next-line no-throw-literal
|
||
|
throw undefined;
|