diff --git a/src/core/services.nim b/src/core/services.nim index fcc30eb..a4a9db6 100644 --- a/src/core/services.nim +++ b/src/core/services.nim @@ -188,7 +188,6 @@ proc getManagedProcess*(pid: int): Service = ## Returns a managed process by its PID. ## Returns nil if the given pid doesn't ## belong to a managed process - result = if pid.isManagedProcess(): processIDs[pid] else: nil