Ignoring exceptions for clean
Publish PHP Package / docker (push) Successful in 6s Details

This commit is contained in:
Pavel Shevaev 2024-10-16 17:10:35 +03:00
parent 9c4c4521d8
commit d74b15c7ce
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ function bhl_handle_error_result(array $ret_out, string $err_file, bool $exit =
function bhl_clean() function bhl_clean()
{ {
bhl_clean_cache(); bhl_clean_cache();
bhl_shell_ensure("clean"); bhl_shell("clean");
} }
function bhl_clean_cache() function bhl_clean_cache()