mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
7dedd17fc4
commit
fb94d575af
1 changed files with 2 additions and 3 deletions
|
@ -57,10 +57,9 @@ async function copyToClipboard(text: string) {
|
|||
return;
|
||||
}
|
||||
command = 'xclip -sel clipboard -l 1';
|
||||
}
|
||||
catch (e) {
|
||||
} catch (e) {
|
||||
// Did not find xclip, bail out!
|
||||
return
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue