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.
2 parents 82d3682 + c04573d commit b1c9bb4Copy full SHA for b1c9bb4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@lambdatest/smartui-cli",
3
- "version": "4.1.22",
+ "version": "4.1.23",
4
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
5
"files": [
6
"dist/**/*"
src/commander/ping.ts
@@ -34,6 +34,7 @@ command
34
console.error(chalk.red('Error: SmartUI server did not respond in 15 seconds'));
35
} else {
36
console.error(chalk.red('SmartUI server is not running'));
37
+ console.error(chalk.red(`Error: ${error.message}`));
38
}
39
40
});
0 commit comments