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