From cf70d44602311ea2e96bb86fb9cc1b83680c0454 Mon Sep 17 00:00:00 2001 From: parthkirsan Date: Wed, 3 Sep 2025 20:03:41 +0530 Subject: [PATCH 1/2] initial commit for exit code throwing at end of cli process --- src/tasks/exec.ts | 1 - src/tasks/finalizeBuild.ts | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/tasks/exec.ts b/src/tasks/exec.ts index 3c1dfe2..d65abee 100644 --- a/src/tasks/exec.ts +++ b/src/tasks/exec.ts @@ -39,7 +39,6 @@ export default (ctx: Context): ListrTask setTimeout(resolve, 7000)); ctx.fetchResultsForBuild.push(buildId); @@ -87,6 +86,12 @@ export default (ctx: Context): ListrTask Date: Wed, 3 Sep 2025 20:05:31 +0530 Subject: [PATCH 2/2] 4.1.28 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1893a6d..9947f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lambdatest/smartui-cli", - "version": "4.1.27", + "version": "4.1.28", "description": "A command line interface (CLI) to run SmartUI tests on LambdaTest", "files": [ "dist/**/*"