Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information