mirror of https://github.com/vector-im/riot-web
				
				
				
			Fix code style
							parent
							
								
									a22049a679
								
							
						
					
					
						commit
						0e137bd0f6
					
				| 
						 | 
					@ -53,7 +53,7 @@ function reskindex() {
 | 
				
			||||||
    strm.write("export {components};\n");
 | 
					    strm.write("export {components};\n");
 | 
				
			||||||
    strm.end();
 | 
					    strm.end();
 | 
				
			||||||
    fs.rename(componentIndexTmp, componentIndex, function(err) {
 | 
					    fs.rename(componentIndexTmp, componentIndex, function(err) {
 | 
				
			||||||
        if(err) {
 | 
					        if (err) {
 | 
				
			||||||
            console.error("Error moving new index into place: " + err);
 | 
					            console.error("Error moving new index into place: " + err);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            console.log('Reskindex: completed');
 | 
					            console.log('Reskindex: completed');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue