From 1ec91ccbd643e790df7faae02a2e5e414f0612b2 Mon Sep 17 00:00:00 2001 From: Adam Malone Date: Tue, 11 Aug 2020 20:59:11 +1000 Subject: [PATCH] Small grammar fix and addition of units to output. --- lib/Worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Worker.js b/lib/Worker.js index 3d735a13..7b65772c 100644 --- a/lib/Worker.js +++ b/lib/Worker.js @@ -165,7 +165,7 @@ module.exports = function(God) { if (app_uptime > cst.EXP_BACKOFF_RESET_TIMER) { var ref_proc = _getProcessById(proc.pm2_env.pm_id); ref_proc.pm2_env.prev_restart_delay = 0 - console.log(`[PM2][WORKER] Reset the restart delay, as app ${proc.name} is up for more than ${cst.EXP_BACKOFF_RESET_TIMER}`) + console.log(`[PM2][WORKER] Reset the restart delay, as app ${proc.name} has been up for more than ${cst.EXP_BACKOFF_RESET_TIMER}ms`) } }