mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-07 16:10:11 +08:00
Fixed crash when unable to check confirmations
This commit is contained in:
parent
b83c40419c
commit
05c2da89da
@ -239,7 +239,7 @@ SteamCommunity.prototype.checkConfirmations = function() {
|
||||
|
||||
self.getConfirmations(key.time, key.key, function(err, confirmations) {
|
||||
if(err) {
|
||||
this.emit('debug', "Can't check confirmations: " + err.message);
|
||||
self.emit('debug', "Can't check confirmations: " + err.message);
|
||||
resetTimer();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user