module.exports = async () => { if (global.__ERP_PROCESS__) { try { global.__ERP_PROCESS__.kill(); } catch (_) {} } };