mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-16 00:38:31 +01:00
fix: grammatic error in comment
This commit is contained in:
parent
b5c22141db
commit
5634d3cf15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue