Commit 468b838
authored
fix(toolkit-lib): "refactor" never releases reader lock or cleans up temp dir (#700)
The refactor operation was not using `await using` on the assembly that
it got from `assemblyFromSource`, causing it to never be cleaned up.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent fb0e690 commit 468b838
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1062 | 1062 | | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | | - | |
1066 | | - | |
| 1065 | + | |
| 1066 | + | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
| |||
0 commit comments