Skip to content

Commit ef842f6

Browse files
committed
fix: specify type for errorFile variable in __buildComponent.4dm
1 parent a3369fa commit ef842f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Sources/Methods/__buildComponent.4dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- //repos/4edimension/4DComponents/User Components/4D NetKit/Project/Sources/ (target folder)
66
*/
77

8-
var $errorFile:=File(Folder(fk logs folder).platformPath+"compilationErrors.json"; fk platform path)
8+
var $errorFile : 4D.File:=File(Folder(fk logs folder).platformPath+"compilationErrors.json"; fk platform path)
99
If ($errorFile.exists)
1010
$errorFile.delete()
1111
End if

0 commit comments

Comments
 (0)