Merge pull request #2488 from crazyserver/MOBILE-3435
MOBILE-3435 utils: replace irregular whitespace causing errormain
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…
Reference in New Issue