dexec icon indicating copy to clipboard operation
dexec copied to clipboard

Passing in non-existent source file causes an error

Open andystanton opened this issue 9 years ago • 0 comments

This happens:

$ dexec asdgas.js

sed: read error on asdgas.js: Is a directory

dexec should check the file exists on the local file system before telling docker to mount it - otherwise docker helpfully creates it as a directory in the container.

andystanton avatar Nov 20 '15 09:11 andystanton