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 9dab698 commit f7f5808Copy full SHA for f7f5808
src/commander/capture.ts
@@ -90,7 +90,6 @@ command
90
await tasks.run(ctx);
91
} catch (error) {
92
console.log('\nRefer docs: https://www.lambdatest.com/support/docs/smart-visual-regression-testing/');
93
- ctx.log.error(error);
94
process.exitCode = 1;
95
throw new Error();
96
}
0 commit comments