1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00
This commit is contained in:
Alexander Skvortsov
2022-01-04 21:13:42 -05:00
parent 2afe93a02c
commit 27294e8e0e

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();