Skip to content

Commit ed8686b

Browse files
authored
Remove warning for unsupported package manager 'bun'
1 parent 16bb9f0 commit ed8686b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/astro/src/cli/info/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ export async function getInfoOutput({
7676
output += printRow(label, value, print);
7777
}
7878

79-
if (packageManager === 'bun') {
80-
console.warn(
81-
'Bun is not officially supported by Astro. Unable to retreive certain version information.',
82-
);
83-
}
84-
8579
return output.trim();
8680
}
8781

0 commit comments

Comments
 (0)