mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Format
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user