File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ const ltClient = require("@lambdatest/node-rest-client");
4
4
5
5
if ( ! process . env . LT_ACCESS_KEY || ! process . env . LT_USERNAME ) {
6
6
console . log ( "Access and username is required" )
7
- throw new Error ( "User name and Access is required parameter" )
7
+ throw new Error ( "User name and Access Key is required parameter" )
8
8
}
9
9
10
10
// read build name from env
11
11
if ( ! process . env . LT_BUILD ) {
12
- console . log ( " Please set Build name to env" )
12
+ console . log ( " Please set Build name to env <LT_BUILD> " )
13
13
throw new Error ( "Build name is required" )
14
14
}
15
15
@@ -20,7 +20,6 @@ const ltClient = require("@lambdatest/node-rest-client");
20
20
21
21
if ( ! options ) {
22
22
// using default options
23
- console . log ( "Setting default configurations" )
24
23
options = {
25
24
buildLimt : 20 ,
26
25
buildName : process . env . LT_BUILD ,
You can’t perform that action at this time.
0 commit comments