Node version
v8.9.1
ShellJS version
0.8.2
Operating system
Windows
Description of the bug
Some errors are silently ignored.
Example:
sh.mv('foo/a/file.js', 'bar/a/file.js');
Fails when destination directory bar does not exist. But no error is returned.
Reactions are currently unavailable
Node version
v8.9.1
ShellJS version
0.8.2
Operating system
Windows
Description of the bug
Some errors are silently ignored.
Example:
sh.mv('foo/a/file.js', 'bar/a/file.js');
Fails when destination directory bar does not exist. But no error is returned.