Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										13
									
								
								install/config-ui/node_modules/@nodelib/fs.scandir/out/providers/common.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								install/config-ui/node_modules/@nodelib/fs.scandir/out/providers/common.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| "use strict"; | ||||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||||
| exports.joinPathSegments = void 0; | ||||
| function joinPathSegments(a, b, separator) { | ||||
|     /** | ||||
|      * The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`). | ||||
|      */ | ||||
|     if (a.endsWith(separator)) { | ||||
|         return a + b; | ||||
|     } | ||||
|     return a + separator + b; | ||||
| } | ||||
| exports.joinPathSegments = joinPathSegments; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins