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
fix(move-file): actually use the fallback to move-concurrently (#110)
* Fix a typo, moveFile would always fail without link() available
* Add android to systems which can have a non-working link()
* remove special case here
this was a premature optimization. Let `move-concurrently` do its damn job on its own terms, here.
0 commit comments