We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b64a29 commit eea29dbCopy full SHA for eea29db
commands/utils/batch/batch_runner.js
@@ -71,7 +71,7 @@ function run_test(payload, env = "prod", rejectUnauthorized) {
71
)
72
);
73
smartuiLink = responseData["value"]["smartuiLink"]
74
- if (smartuiLink != undefined && smartuiLink != "") {
+ if (smartuiLink !== undefined && smartuiLink !== "") {
75
console.log('SmartUI link for the project: ' + smartuiLink)
76
}
77
resolve(session_id);
0 commit comments