You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make saveToDisk atomic and more robust against failures.
This is required on Windows where in-place writes to running binaries fail.
The new file is written to a temporary .new file first, then moved into place.
If the target already exists, it is moved aside to a .old file first, and rolled back if the move fails.
Signed-off-by: Marcos Nils <marcosnils@gmail.com>