axiom icon indicating copy to clipboard operation
axiom copied to clipboard

mount command should use its own path to find sub-commands

Open rpaquay opened this issue 9 years ago • 1 comments

See https://github.com/chromium/axiom/blob/master/lib/wash/exe/mount.js#L88

  var fsMountCmd = new Path('jsfs:/exe/mount.' + fsType);

The code currently a hard-coded path. It should use cx.path as the basis for creating the name of the sub-mount commands.

rpaquay avatar Apr 22 '15 19:04 rpaquay

Makes sense. I'll fix this.

ussuri avatar Apr 22 '15 22:04 ussuri