diff --git a/package.json b/package.json index eb91479..7b03a36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lambdatest/smartui-cli", - "version": "4.1.22", + "version": "4.1.23", "description": "A command line interface (CLI) to run SmartUI tests on LambdaTest", "files": [ "dist/**/*" diff --git a/src/commander/ping.ts b/src/commander/ping.ts index b2948ad..6253627 100644 --- a/src/commander/ping.ts +++ b/src/commander/ping.ts @@ -34,6 +34,7 @@ command console.error(chalk.red('Error: SmartUI server did not respond in 15 seconds')); } else { console.error(chalk.red('SmartUI server is not running')); + console.error(chalk.red(`Error: ${error.message}`)); } } });