forked from CIT/Vmeda.Online
		
	MOBILE-3435 utils: replace irregular whitespace causing error
This commit is contained in:
		
							parent
							
								
									d041cfcf52
								
							
						
					
					
						commit
						22e27fb65d
					
				| @ -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