Skip to content

Commit a9c31d0

Browse files
committed
fixed typo
1 parent e932461 commit a9c31d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

commands/utils/poller/build_stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function get_build_info(lt_config, session_id,hyperexecute, env, update_status,
154154
update_status(false);
155155
return callback("Unauthorized");
156156
} else {
157-
console.log('error.response.status - ', error.response)
157+
console.log('error.response - ', error.response)
158158
console.log("error.response.data - ",error.response.data)
159159
console.log("error.response.status - ",error.response.status)
160160
update_status(false);

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdatest-cypress-cli",
3-
"version": "3.0.39",
3+
"version": "3.0.40",
44
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
55
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
66
"author": "LambdaTest <[email protected]>",

0 commit comments

Comments
 (0)