[ci] format
This commit is contained in:
parent
357270f2a3
commit
240d8ff7c9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async function copyToClipboard(text: string) {
|
||||||
let command = '';
|
let command = '';
|
||||||
if (system === 'darwin') {
|
if (system === 'darwin') {
|
||||||
command = 'pbcopy';
|
command = 'pbcopy';
|
||||||
} else if (system === 'win32') {
|
} else if (system === 'win32') {
|
||||||
command = 'clip';
|
command = 'clip';
|
||||||
} else {
|
} else {
|
||||||
// Unix: check if `xclip` is installed
|
// Unix: check if `xclip` is installed
|
||||||
|
|
Loading…
Reference in a new issue