t(enable) { if (!isMainThread) throw new ERR_WORKER_UNSUPPORTED_OPERATION('Calling util.setTraceSigInt'); if (enable) { getSigintWatchdog().start(); } else { getSigintWatchdog().stop(); } }; module.exports = { setTraceSigInt, };