close parenthesis in log entry

This commit is contained in:
Marc Jauvin 2023-06-13 23:33:25 -04:00
parent 9632e62920
commit de9d22fded

View File

@ -1401,7 +1401,7 @@ class Controller
}
if (is_null($asset)) {
// Skip combining missing assets and log an error
Log::error("$file could not be found in any of the theme's sources (" . implode(', ', $sources) . ',');
Log::error("$file could not be found in any of the theme's sources (" . implode(', ', $sources) . ")");
continue;
}
}