Fix: clearSceneAndBustCache when rust panics because it can load a stale cache (#6809)

* fix: clear scene and bust cache if rust panics

* fix: pr clean up

* fix: huh? cargo fmt doesn't do this?
This commit is contained in:
Kevin Nadro
2025-05-12 10:08:54 -05:00
committed by GitHub
parent 57e61632a9
commit 270436f404
3 changed files with 40 additions and 3 deletions

View File

@ -2253,7 +2253,7 @@ w = f() + f()
|> line(end = [0, 0])
|> close()
}
sketch = startSketchOn(XY)
|> startProfile(at = [0,0])
|> line(end = [0, 10])