mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
close parenthesis in log entry
This commit is contained in:
parent
9632e62920
commit
de9d22fded
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user