Merge pull request #2488 from crazyserver/MOBILE-3435
MOBILE-3435 utils: replace irregular whitespace causing error
This commit is contained in:
commit
e445524ceb
@ -1583,7 +1583,7 @@ export class CoreUtilsProvider {
|
||||
* @param promise Promise to ignore errors.
|
||||
* @return Promise with ignored errors.
|
||||
*/
|
||||
async ignoreErrors<T>(promise: Promise<T>): Promise<T | undefined> {
|
||||
async ignoreErrors<T>(promise: Promise<T>): Promise<T | undefined> {
|
||||
try {
|
||||
const result = await promise;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user