fix: fix plugins/fs infinite loop on autoregen (#1029)

* Created safety check for redundant autogenerations

* Accounted for empty file case, added .changes file

* Update plugins/fs/build.rs
This commit is contained in:
Tahmin Ahmed
2024-03-07 04:30:13 +11:00
committed by GitHub
parent ac520a2841
commit 735810237e
2 changed files with 11 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"fs": patch
"fs-js": patch
---
Fix infinite loop on cargo build operations