Closed hammo92 closed 3 months ago
File write operations were not being awaited so the process could close before all files had been written. Switched to async operations and correct awaiting. Should fix #43
File write operations were not being awaited so the process could close before all files had been written. Switched to async operations and correct awaiting. Should fix #43