Update src/Core/System.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
388f9d5a5b
commit
807c95b314
|
@ -216,6 +216,7 @@ class System
|
|||
} else {
|
||||
$resource = proc_open($cmdline . ' &', [], $foo, $this->basePath);
|
||||
}
|
||||
|
||||
if (!is_resource($resource)) {
|
||||
$this->logger->warning('We got no resource for command.', ['command' => $cmdline]);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue