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