copy-concurrently icon indicating copy to clipboard operation
copy-concurrently copied to clipboard

copy.js: Fix #8 copy.item ignores uid and gid parameters when run as root

Open p-lenkow opened this issue 7 years ago • 2 comments
trafficstars

The options 'uid, gid' or 'mode' are overwritten by lstat result, so let's increase options precedence.

p-lenkow avatar Nov 19 '18 10:11 p-lenkow

It seems that your CI tests requires some update.

p-lenkow avatar Nov 19 '18 12:11 p-lenkow

We've fixed the test problem (ignore Node 6 in CI for now, it's unrelated).

aeschright avatar Jan 25 '19 20:01 aeschright