Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Node version (or tell us if you're using electron or some other framework):
v10.15.3
ShellJS version (the most recent version/Github branch you see the bug on):
master (9237f66 on Mar 6)
Operating system:
ElementaryOS 5 Juno (Ubuntu bionic based-
Description of the bug:
Copying a folder with symlinks disabled (cp -RP) , fails because it is trying to be copied as a file.
Example ShellJS command to reproduce the error:
On cp.js:250 seems to only go into a directory when following symlinks is enabled.