xavi- / node-copy-paste

A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.
425 stars 76 forks source link

Fix paste on WSL #73

Open diversen opened 9 months ago

diversen commented 9 months ago

This fixes 'paste' on WSL. Before it would print something that was not a string - a buffer I guess.

It also passes all tests on WSL. It also passes all test on linux.

Before this edit. No tests passed on WSL.