node-copy-paste
node-copy-paste copied to clipboard
When xclip doesn't exist, sometimes .paste() returns an empty string instead of erroring
This happens around 30% of the time.
Assuming you're using the async version of paste?
Yes I am. Bluebird's Promise.promisifyAll is adding the .pasteAsync method.