1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +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) { if (formattedErrors.length) {
console.error(...formattedErrors); console.error(...formattedErrors);
} else { } else {
console.error(e) console.error(e);
} }
console.groupEnd(); console.groupEnd();