From c38794754833c3a8b7e5e12e3a98969c72b28e56 Mon Sep 17 00:00:00 2001 From: vnmedeiros Date: Sat, 27 Feb 2021 11:21:54 -0300 Subject: [PATCH] feat: add debug on BG process #457 --- src/classes/libs/wp-background-process.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/classes/libs/wp-background-process.php b/src/classes/libs/wp-background-process.php index 10ba39134..0f0ea6e73 100644 --- a/src/classes/libs/wp-background-process.php +++ b/src/classes/libs/wp-background-process.php @@ -226,6 +226,7 @@ $this->debug('process already running'); return true; } + $this->debug('process not already running'); return false; }