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