2 parents 3f46a1c + 2529be2 commit 00f86cbCopy full SHA for 00f86cb
1 file changed
packages/app/server/src/services/facilitator/facilitatorRetry.ts
@@ -152,7 +152,7 @@ export async function facilitatorWithRetry<
152
}
153
154
const errorDetails = errors
155
- .map(e => `${e.facilitator}: ${e.error}`)
+ .map(e => `${e.facilitator}: ${e.error.slice(0, 20)}`)
156
.join('; ');
157
throw new Error(`All facilitators failed for ${method}: ${errorDetails}`);
158
0 commit comments