Skip to content
Snippets Groups Projects
Commit f555d59e authored by AlanDixon's avatar AlanDixon
Browse files

Log unexpected missing asset during AssetBuilder::build

parent be615bf5
Branches
Tags
No related merge requests found
......@@ -194,7 +194,8 @@ class AssetBuilder {
return $fileName;
}
catch (UnknownAssetException $e) {
// ignore possibly missing asset
// unexpected error, log and continue
Civi::log()->error('Unexpected error while rendering a file in the AssetBuilder');
}
}
return $fileName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment