We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334d60e commit 953fba9Copy full SHA for 953fba9
Build4D/Project/Sources/Classes/_core.4dm
@@ -583,8 +583,8 @@ Function _includePaths($pathsObj : Collection) : Boolean
583
return False
584
Else
585
If ((Value type($pathObj.source)=Is text) || (OB Instance of($pathObj.source; 4D.Folder)) || (OB Instance of($pathObj.source; 4D.File)))
586
- //$sourcePath:=This._resolvePath($pathObj.source; This._currentProjectPackage)
587
- $sourcePath:=This._resolvePath($pathObj.source; This._projectPackage)
+ $sourcePath:=This._resolvePath($pathObj.source; This._currentProjectPackage)
+ //$sourcePath:=This._resolvePath($pathObj.source; This._projectPackage)
588
589
This._log(New object(\
590
"function"; "Paths include"; \
0 commit comments