Skip to content

Commit c6d798a

Browse files
committed
feat: add visual feedback when command execution timeout is reached
1 parent 224c366 commit c6d798a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/tools/__tests__/executeCommandTimeout.integration.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ describe("Command Execution Timeout Integration", () => {
3838
postMessageToWebview: vitest.fn(),
3939
}),
4040
},
41+
say: vitest.fn().mockResolvedValue(undefined),
4142
}
4243

4344
// Mock terminal process

0 commit comments

Comments
 (0)