You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugMsgs.push(`Last activity ${friendlyLastFormat} is ${inactiveFor} outside of polling period (last activity + ${checkActiveFor}s)`);
457
+
debugMsgs.push(`Last activity ${friendlyLastFormat}${humanRelativeActivity} is ${inactiveFor} outside of polling period (last activity + ${checkActiveFor}s)`);
456
458
}else{
457
-
debugMsgs.push(`Last activity was at ${friendlyLastFormat}`);
459
+
debugMsgs.push(`Last activity was at ${friendlyLastFormat}${humanRelativeActivity}`);
458
460
}
459
461
}else{
460
-
debugMsgs.push(`Last activity was at ${friendlyLastFormat}`);
462
+
debugMsgs.push(`Last activity was at ${friendlyLastFormat}${humanRelativeActivity}`);
461
463
friendlyInterval=`${formatNumber(sleepTime)}s`;
462
464
}
463
465
debugMsgs.push(`Next check in ${friendlyInterval}`);
0 commit comments