Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Nov 10, 2023
1 parent 7dedd17 commit fb94d57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/astro/src/cli/info/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit fb94d57

Please sign in to comment.