Update src/Core/System.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-11-01 07:53:47 +01:00 committed by Philipp
parent 63960bca05
commit 7c6554451e
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -221,6 +221,7 @@ class System
$this->logger->warning('We got no resource for command.', ['command' => $cmdline]);
return;
}
proc_close($resource);
$this->logger->info('Executed "proc_open"', ['command' => $cmdline, 'callstack' => System::callstack(10)]);