diff --git a/src/common/util/errorUtils.ts b/src/common/util/errorUtils.ts index f2b110297..4eb405dc3 100644 --- a/src/common/util/errorUtils.ts +++ b/src/common/util/errorUtils.ts @@ -4,7 +4,7 @@ */ export function presentErrorToHumans(error: any, mdBold: boolean = false, devWarnError: boolean = false): string { if (devWarnError) - console.error('presentErrorToHumans', { error }); + console.error('presentErrorToDevelopers', { error }); // Handle Error objects if (error instanceof Error) {