@lambdatest/smartui-cli 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/dist/index.cjs +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1923,7 +1923,7 @@ var authExec_default = (ctx) => {
|
|
|
1923
1923
|
};
|
|
1924
1924
|
|
|
1925
1925
|
// package.json
|
|
1926
|
-
var version = "4.1.
|
|
1926
|
+
var version = "4.1.23";
|
|
1927
1927
|
var package_default = {
|
|
1928
1928
|
name: "@lambdatest/smartui-cli",
|
|
1929
1929
|
version,
|
|
@@ -5295,6 +5295,7 @@ command6.name("exec:ping").description("Ping the SmartUI server to check if it i
|
|
|
5295
5295
|
console.error(chalk__default.default.red("Error: SmartUI server did not respond in 15 seconds"));
|
|
5296
5296
|
} else {
|
|
5297
5297
|
console.error(chalk__default.default.red("SmartUI server is not running"));
|
|
5298
|
+
console.error(chalk__default.default.red(`Error: ${error.message}`));
|
|
5298
5299
|
}
|
|
5299
5300
|
}
|
|
5300
5301
|
});
|