We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d656494 commit 77e0c4cCopy full SHA for 77e0c4c
1 file changed
packages/bun/scripts/install-bun.js
@@ -15,7 +15,6 @@ exec('bun --version', (error, version) => {
15
console.error('bun is not installed. Installing...');
16
installLatestBun();
17
} else {
18
-
19
exec('bun upgrade', (error, stdout, stderr) => {
20
if (error) {
21
console.error('Failed to upgrade bun:', error);
0 commit comments