Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed null reference exception on compilation results moving (#2795)
As the tooltip says, the array may contain null-references: ![image](https://github.com/user-attachments/assets/e00c8430-bcaf-4ef7-a2cc-8bf1993c8950) Now, if it does, the Seq.filter below without null-check dies and kills the whole run for "Null reference exception". Check added to skip nulls. Also when "file already exists", added trace message which file.
- Loading branch information