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
I was creating and removing files with a script and noticed that some things are not as atomic as I expected in WSL... maybe that is what is happening with the renaming?
# remove it since it is autogenerated
# does not work immediately, WSL filesystem is too slow to close it
sleep 0.1
rm -f $section
The text was updated successfully, but these errors were encountered: