mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	fix catch block indentation
This commit is contained in:
		
							parent
							
								
									e84861f770
								
							
						
					
					
						commit
						71fb2e04a9
					
				@ -108,8 +108,7 @@ export default class VectorBasePlatform extends BasePlatform {
 | 
				
			|||||||
            if (window.chrome) {
 | 
					            if (window.chrome) {
 | 
				
			||||||
                doUpdate();
 | 
					                doUpdate();
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        } catch (e) {
 | 
				
			||||||
         catch (e) {
 | 
					 | 
				
			||||||
            console.warn(`Failed to set badge count: ${e.message}`);
 | 
					            console.warn(`Failed to set badge count: ${e.message}`);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user