Skip to content

Commit 77e0c4c

Browse files
committed
formatting
1 parent d656494 commit 77e0c4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/bun/scripts/install-bun.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ exec('bun --version', (error, version) => {
1515
console.error('bun is not installed. Installing...');
1616
installLatestBun();
1717
} else {
18-
1918
exec('bun upgrade', (error, stdout, stderr) => {
2019
if (error) {
2120
console.error('Failed to upgrade bun:', error);

0 commit comments

Comments
 (0)