Commit 53cc89e
authored
Fix build error when cooking maps
`sfCollectionOnlyMapNames` was being overwritten with a potentially
null value if there were maps in 'ContentForCook/Maps'. This wraps the
right-hand expression with `@()` to ensure the null value is converted
to an empty array.1 parent 7bc79b5 commit 53cc89e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
| 614 | + | |
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| |||
0 commit comments