mxdvl
Possible error in Deno.rename
I’ve noticed that
Deno.renameˋ does not actually throw a ˋDeno.errors.AlreadyExists
on Linux and BSD/macOS when trying to move a file that one that already exists. Is the best path forward to raise an issue in the Deno repo, or is here a valid channel to discuss this? The standard library’s fs/move method works fine1 replies