From e93b83fd100ee5fcac4db1a178947f94d4db4f65 Mon Sep 17 00:00:00 2001 From: Teacup Date: Fri, 20 Oct 2023 02:29:26 -0400 Subject: [PATCH] fix: Verify monitored process exit state before adding & emitting event This fixes the bug where a monitored process would be constantly set as running/not running because it would be constantly removed and then re-added every second.