format
This commit is contained in:
		
							parent
							
								
									d8a3b4ff1d
								
							
						
					
					
						commit
						aabfe3c873
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -213,14 +213,14 @@ export default (user: any, file: string | stream.Readable, ...args) => new Promi | ||||||
| 	}).then(([path, remove]): Promise<any> => new Promise((res, rej) => { | 	}).then(([path, remove]): Promise<any> => new Promise((res, rej) => { | ||||||
| 		addFile(user, path, ...args) | 		addFile(user, path, ...args) | ||||||
| 			.then(file => { | 			.then(file => { | ||||||
| 				res(file) | 				res(file); | ||||||
| 				if (remove) { | 				if (remove) { | ||||||
| 					fs.unlink(path, (e) => { | 					fs.unlink(path, (e) => { | ||||||
| 						if (e) log(e.stack) | 						if (e) log(e.stack); | ||||||
| 					}) | 					}); | ||||||
| 				} | 				} | ||||||
| 			}) | 			}) | ||||||
| 			.catch(rej) | 			.catch(rej); | ||||||
| 	})) | 	})) | ||||||
| 		.then(file => { | 		.then(file => { | ||||||
| 			log(`drive file has been created ${file._id}`); | 			log(`drive file has been created ${file._id}`); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue