mirror of
				https://github.com/fuse-friends/fuse-native
				synced 2025-06-13 12:53:54 +00:00 
			
		
		
		
	Merge 5ac85c424f into 21658b5ebb
				
					
				
			This commit is contained in:
		
						commit
						c4f05abec1
					
				
							
								
								
									
										3
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								index.js
									
									
									
									
									
								
							| @ -192,6 +192,9 @@ class Fuse extends Nanoresource { | |||||||
|     if (this.opts.noforget) options.push('noforget') |     if (this.opts.noforget) options.push('noforget') | ||||||
|     if (this.opts.remember) options.push('remember=' + this.opts.remember) |     if (this.opts.remember) options.push('remember=' + this.opts.remember) | ||||||
|     if (this.opts.modules) options.push('modules=' + this.opts.modules) |     if (this.opts.modules) options.push('modules=' + this.opts.modules) | ||||||
|  |     if (this.opts.useIno) options.push('use_ino') | ||||||
|  |     if (this.opts.dev) options.push('dev') | ||||||
|  |     if (this.opts.suid) options.push('suid') | ||||||
| 
 | 
 | ||||||
|     if (this.opts.displayFolder && IS_OSX) { // only works on osx
 |     if (this.opts.displayFolder && IS_OSX) { // only works on osx
 | ||||||
|       options.push('volname=' + path.basename(this.opts.name || this.mnt)) |       options.push('volname=' + path.basename(this.opts.name || this.mnt)) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user