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 a3369fa commit ef842f6Copy full SHA for ef842f6
Project/Sources/Methods/__buildComponent.4dm
@@ -5,7 +5,7 @@
5
- //repos/4edimension/4DComponents/User Components/4D NetKit/Project/Sources/ (target folder)
6
*/
7
8
-var $errorFile:=File(Folder(fk logs folder).platformPath+"compilationErrors.json"; fk platform path)
+var $errorFile : 4D.File:=File(Folder(fk logs folder).platformPath+"compilationErrors.json"; fk platform path)
9
If ($errorFile.exists)
10
$errorFile.delete()
11
End if
0 commit comments