In the plugin, don't write properties if they're nil and also a number (#955)

This commit is contained in:
Micah
2024-08-02 10:02:32 -07:00
committed by GitHub
parent 844f51d916
commit 3e53d67412
3 changed files with 13 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## Unreleased Changes
* Fixed `value of type nil cannot be converted to number` warning spam in output. [#955]
[#955]: https://github.com/rojo-rbx/rojo/pull/893
## [7.4.2] - July 23, 2024
* Added Never option to Confirmation ([#893])
* Fixed removing trailing newlines ([#903])