1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00
This commit is contained in:
Alexander Skvortsov
2022-01-04 21:13:42 -05:00
parent fbe1a48bec
commit 7cec4d1f42

View File

@@ -550,7 +550,7 @@ export default class Application {
if (formattedErrors.length) {
console.error(...formattedErrors);
} else {
console.error(e)
console.error(e);
}
console.groupEnd();