1'use strict'; 2 3const common = require('../common'); 4 5process.on('beforeExit', common.mustCall(() => { 6 setTimeout(common.mustNotCall(), 1).unref(); 7})); 8