PHP7 related fixes
Publish PHP Package / docker (push) Successful in 6s Details

This commit is contained in:
Pavel Shevaev 2024-05-02 16:53:20 +03:00
parent cdf0d6dc78
commit 7a19d509b1
1 changed files with 1 additions and 1 deletions

View File

@ -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";