From cdb11ccf4ce9729863c97c7cd7c63aab4b7a4cb1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 26 Sep 2020 16:01:52 -0700 Subject: [PATCH] ProcessManager: strip "propagated" --- PBot/ProcessManager.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/ProcessManager.pm b/PBot/ProcessManager.pm index 279782ed..169cc657 100644 --- a/PBot/ProcessManager.pm +++ b/PBot/ProcessManager.pm @@ -205,7 +205,7 @@ sub execute_process { $context->{'timed-out'} = 1 if $context->{result} =~ /^Process .* timed-out at PBot\/ProcessManager/; $self->{pbot}->{logger}->log("Error executing process: $context->{result}\n"); $context->{result} =~ s/ at PBot.*$//ms; - $context->{result} =~ s/\s+...propagated$//ms; + $context->{result} =~ s/\s+...propagated at .*$//ms; } # print $context to pipe