Skip to content

Commit f4b0aa9

Browse files
committed
remove: exit hook from setprocesshooks
1 parent 13af79a commit f4b0aa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/helpers/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,6 @@ exports.setProcessHooks = (buildId, bsConfig, bsLocal, args, buildReportData) =>
14511451
process.on('SIGTERM', processExitHandler.bind(this, bindData));
14521452
process.on('SIGBREAK', processExitHandler.bind(this, bindData));
14531453
process.on('uncaughtException', processExitHandler.bind(this, bindData));
1454-
process.on('beforeExit', processO11yExitHandler.bind(this, bindData));
14551454
}
14561455

14571456
exports.setO11yProcessHooks = (() => {

0 commit comments

Comments
 (0)