File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ function validateTunnel(configFile) {
160160 try {
161161 let config = JSON . parse ( fs . readFileSync ( configFile ) ) ;
162162 tunnelConfig = config . tunnel || { } ;
163- if ( tunnelConfig && tunnelConfig . type != "manual" ) {
163+ if ( tunnelConfig && tunnelConfig . type && tunnelConfig . type != "manual" ) {
164164 throw new ValidationError ( 'Invalid tunnel type. Accepted type is `manual` only' ) ;
165165 }
166166 } catch ( error ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " @lambdatest/smartui-storybook" ,
3- "version" : " 1.1.22 " ,
3+ "version" : " 1.1.23 " ,
44 "description" : " LambdaTest's command-line interface (CLI) aimed to help you run your SmartUI tests on LambdaTest platform" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments