axiom icon indicating copy to clipboard operation
axiom copied to clipboard

mv command broken on jsfs

Open rpaquay opened this issue 9 years ago • 0 comments

Repro steps:

jsfs:/> echo "hello" >foo.txt
jsfs:/> mv foo.txt foo2.txt
Error: Duplicate {type: "directory-name", value: "foo.txt"}
jsfs:/> 

The issue is somewhere inside the implementation of JsFileSystem.alias()

rpaquay avatar Apr 13 '15 21:04 rpaquay