Revert change

This commit is contained in:
Vito0912 2024-02-01 21:24:09 +01:00
parent e90e4e37c7
commit 1254a5cfd7
No known key found for this signature in database
GPG Key ID: 29A3D509FE70B237
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export default class QueryRunner {
errors.push(e)
}
}
const err = new Error('Failed all ' + errors.length + ' attempts')
for (const e of errors) {
err.stack += '\n' + e.stack