logging options
This commit is contained in:
		
							parent
							
								
									bfbec53132
								
							
						
					
					
						commit
						12896dfb0f
					
				
							
								
								
									
										
											BIN
										
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							| @ -46,9 +46,9 @@ export function generate(id: string, username: string, password: string) { | |||||||
| async function write(directory: string, settings: string) { | async function write(directory: string, settings: string) { | ||||||
|   const options = {encoding: 'utf-8', flag: 'wx'}; // 'wx': Like 'w' but fails if path exists
 |   const options = {encoding: 'utf-8', flag: 'wx'}; // 'wx': Like 'w' but fails if path exists
 | ||||||
|   const location = path.join(directory, SETTINGS_FILE); |   const location = path.join(directory, SETTINGS_FILE); | ||||||
|   console.log(`writing ${location}`); |   console.log(`writing ${location} with options ${options}`); | ||||||
|   try { |   try { | ||||||
|     return fs.writeFileSync(location, settings, options); |     fs.writeFileSync(location, settings, options); | ||||||
|   } catch (e) { |   } catch (e) { | ||||||
|     if (e.code == fs.constants.O_EXCL) { |     if (e.code == fs.constants.O_EXCL) { | ||||||
|       console.log(`overwriting existing file ${location}`); |       console.log(`overwriting existing file ${location}`); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user