Skip to content

Commit bbad4dc

Browse files
authored
Possible Unhandled Promise Rejection (#240)
* Possible Unhandled Promise Rejection * Update Countly.js
1 parent 55c0bdd commit bbad4dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Countly.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,8 @@ Countly.getRemoteConfigValueForKeyP = function (keyName) {
16211621
}
16221622
}
16231623
return value;
1624+
}).catch((e) => {
1625+
Countly.logError('getRemoteConfigValueForKeyP, Catch Error:', e);
16241626
});
16251627
};
16261628

0 commit comments

Comments
 (0)