mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02: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