Files
Kmake/test/node-api/test_threadsafe_function/test_uncaught_exception.js
2026-05-26 23:36:42 -07:00

8 lines
235 B
JavaScript

'use strict';
const common = require('../../common');
const binding = require(`./build/${common.buildType}/test_uncaught_exception`);
const { testUncaughtException } = require('./uncaught_exception');
testUncaughtException(binding);