PHP7 related fixes
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
cdf0d6dc78
commit
7a19d509b1
|
@ -445,7 +445,7 @@ function config_load_includes_map(?string $file = null) : array
|
|||
{
|
||||
return _config_load_includes_map($file);
|
||||
}
|
||||
catch(Exception)
|
||||
catch(Exception $e)
|
||||
{}
|
||||
usleep(100);
|
||||
echo "Reading includes file '$file' next attempt (left $attempts) ...\n";
|
||||
|
|
Loading…
Reference in New Issue