Refactor (#109)
This commit is contained in:
committed by
pullfrog[bot]
parent
101c666610
commit
69b9b96ddd
+1
-1
@@ -68,7 +68,7 @@ async function killProcessGroup(proc: ChildProcess): Promise<void> {
|
||||
}
|
||||
|
||||
export function BashTool(ctx: ToolContext) {
|
||||
const isPublicRepo = !ctx.repo.private;
|
||||
const isPublicRepo = !ctx.repo.repo.private;
|
||||
|
||||
return tool({
|
||||
name: "bash",
|
||||
|
||||
Reference in New Issue
Block a user