mirror of https://github.com/nodejs/node.git
9 lines
292 B
JavaScript
9 lines
292 B
JavaScript
'use strict';
|
|
// Flags: --force-node-api-uncaught-exceptions-policy
|
|
|
|
const common = require('../../common');
|
|
const binding = require(`./build/${common.buildType}/test_uncaught_exception_v9`);
|
|
const { testUncaughtException } = require('./uncaught_exception');
|
|
|
|
testUncaughtException(binding);
|