Undo debug line

This commit is contained in:
Vito0912 2024-02-01 19:07:25 +01:00
parent d2a0bb3243
commit 801dd5d478
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)
}
}
console.log(errors)
const err = new Error('Failed all ' + errors.length + ' attempts')
for (const e of errors) {
err.stack += '\n' + e.stack