testdriverai 4.1.22 → 4.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agent.js +1 -1
- package/package.json +1 -1
package/agent.js
CHANGED
|
@@ -350,7 +350,7 @@ const runCommand = async (command, depth) => {
|
|
|
350
350
|
return await actOnMarkdown(response, depth);
|
|
351
351
|
}
|
|
352
352
|
} catch (error) {
|
|
353
|
-
if (
|
|
353
|
+
if (thisCommand == "run") {
|
|
354
354
|
console.log("");
|
|
355
355
|
log.log("info", chalk.red("Fatal Error") + `\n${error.message}`);
|
|
356
356
|
await summarize(error.message);
|