Skip to content

Commit d7f6711

Browse files
saigrandhifacebook-github-bot
authored andcommitted
Update copyToClipBoard.js
Summary: Since copy to clipboard functionality is now available in Linux, the comment above `copyToClipboard` function has been updated. Closes facebook#14773 Differential Revision: D5392372 Pulled By: hramos fbshipit-source-id: 6e2668e1a89d37f9d5707fa36b3639895cd5bffd
1 parent dfd3b22 commit d7f6711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

local-cli/server/util/copyToClipBoard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const xsel = path.join(__dirname, 'external/xsel');
1717
fs.chmodSync(xsel, '0755');
1818
/**
1919
* Copy the content to host system clipboard.
20-
* This is only supported on Mac and Windows for now.
2120
*/
2221
function copyToClipBoard(content) {
2322
switch (process.platform) {

0 commit comments

Comments
 (0)