diff --git a/backend/src/apis/humhub/ExportUsers.ts b/backend/src/apis/humhub/ExportUsers.ts index 4ed6f2928..99c4471e5 100644 --- a/backend/src/apis/humhub/ExportUsers.ts +++ b/backend/src/apis/humhub/ExportUsers.ts @@ -34,7 +34,6 @@ async function loadUsersFromHumHub(client: HumHubClient): Promise { // eslint-disable-next-line no-console - console.error(e) + console.error(JSON.stringify(e, null, 2)) // eslint-disable-next-line n/no-process-exit process.exit(1) })