File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ extension App {
88
88
let sourceTreeURLs = SourceTreeURLs (
89
89
builtProductsDirURL: URL ( fileURLWithPath: processInfo. environment [ EnvironmentKeys . builtProductsDir] ?? EnvironmentKeys . builtProductsDir) ,
90
90
developerDirURL: URL ( fileURLWithPath: processInfo. environment [ EnvironmentKeys . developerDir] ?? EnvironmentKeys . developerDir) ,
91
- sourceRootURL: URL ( fileURLWithPath: processInfo. environment [ EnvironmentKeys . sourceRoot] ?? EnvironmentKeys . sourceRoot ) ,
91
+ sourceRootURL: URL ( fileURLWithPath: processInfo. environment [ EnvironmentKeys . sourceRoot] ?? " " ) ,
92
92
sdkRootURL: URL ( fileURLWithPath: processInfo. environment [ EnvironmentKeys . sdkRoot] ?? EnvironmentKeys . sdkRoot) ,
93
93
platformURL: URL ( fileURLWithPath: processInfo. environment [ EnvironmentKeys . platformDir] ?? EnvironmentKeys . platformDir)
94
94
)
You can’t perform that action at this time.
0 commit comments