Skip to content

Commit b1c9bb4

Browse files
Merge pull request #330 from LambdaTest/stage
Stage
2 parents 82d3682 + c04573d commit b1c9bb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-cli",
3-
"version": "4.1.22",
3+
"version": "4.1.23",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

src/commander/ping.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ command
3434
console.error(chalk.red('Error: SmartUI server did not respond in 15 seconds'));
3535
} else {
3636
console.error(chalk.red('SmartUI server is not running'));
37+
console.error(chalk.red(`Error: ${error.message}`));
3738
}
3839
}
3940
});

0 commit comments

Comments
 (0)