mirror of
https://github.com/flarum/core.git
synced 2025-10-29 14:36:17 +01:00
Format
This commit is contained in:
@@ -550,7 +550,7 @@ export default class Application {
|
||||
if (formattedErrors.length) {
|
||||
console.error(...formattedErrors);
|
||||
} else {
|
||||
console.error(e)
|
||||
console.error(e);
|
||||
}
|
||||
|
||||
console.groupEnd();
|
||||
|
||||
Reference in New Issue
Block a user