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 {
|
} else {
|
||||||
$resource = proc_open($cmdline . ' &', [], $foo, $this->basePath);
|
$resource = proc_open($cmdline . ' &', [], $foo, $this->basePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_resource($resource)) {
|
if (!is_resource($resource)) {
|
||||||
$this->logger->warning('We got no resource for command.', ['command' => $cmdline]);
|
$this->logger->warning('We got no resource for command.', ['command' => $cmdline]);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user