mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-10-31 00:01:16 +01:00 
			
		
		
		
	Update bin/convert.js
'lil typo
This commit is contained in:
		
							parent
							
								
									6b13bfa1e8
								
							
						
					
					
						commit
						7066ed183d
					
				| @ -1,4 +1,3 @@ | |||||||
| 
 |  | ||||||
| var startTime = new Date().getTime(); | var startTime = new Date().getTime(); | ||||||
| var fs = require("fs"); | var fs = require("fs"); | ||||||
| var ueberDB = require("../src/node_modules/ueberDB"); | var ueberDB = require("../src/node_modules/ueberDB"); | ||||||
| @ -403,7 +402,7 @@ function convertPad(padId, callback) | |||||||
|       } |       } | ||||||
|       catch(e) |       catch(e) | ||||||
|       { |       { | ||||||
|         console.error("Error while converting pad " + padId + ", pad skiped"); |         console.error("Error while converting pad " + padId + ", pad skipped"); | ||||||
|         console.error(e.stack ? e.stack : JSON.stringify(e)); |         console.error(e.stack ? e.stack : JSON.stringify(e)); | ||||||
|         callback(); |         callback(); | ||||||
|         return; |         return; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user