a781a4f27e
BREAKING CHANGE: requires node >= 16 and some cli options have been renamed
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
const bindings = require('../../index.node')
|
|
|
|
bindings.testThreadsafeFunction(() => {
|
|
throw Error('Throw in thread safe function')
|
|
})
|