fix: grammatic error in comment

This commit is contained in:
CosminPerRam 2024-02-24 18:14:59 +02:00
parent b5c22141db
commit 5634d3cf15
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default class Core extends EventEmitter {
this.abortedPromise = new Promise((_resolve, reject) => {
abortCall = () => reject(new Error('Query is finished -- cancelling outstanding promises'))
}).catch(() => {
// Make sure that if this promise isn't attached to, it doesn't throw a unhandled promise rejection
// Make sure that if this promise isn't attached to, it doesn't throw an unhandled promise rejection
})
let timeout