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 2f68d2d commit ddb3bfeCopy full SHA for ddb3bfe
src/tools/system/shellExecute.test.ts
@@ -18,6 +18,6 @@ describe("shellExecute", () => {
18
{ command: "nonexistentcommand", description: "test" },
19
{ logger }
20
);
21
- expect(error).toContain("command not found");
+ expect(error).toContain("Command failed:");
22
});
23
0 commit comments