chore: format code

This commit is contained in:
GitHub Action 2025-12-07 19:08:48 +00:00
parent 238b907dd8
commit 9c938eec73

View file

@ -60,7 +60,7 @@ export const BashTool = Tool.define("bash", async () => {
const shell = iife(() => {
const s = process.env.SHELL
if (s) {
const basename = path.basename(s);
const basename = path.basename(s)
if (!new Set(["fish", "nu"]).has(basename)) {
return s
}