Skip to content

Commit

Permalink
[TRUST-1439] debug logs added
Browse files Browse the repository at this point in the history
  • Loading branch information
saksham-postman committed Sep 30, 2024
1 parent 8e6600c commit 15caada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"no-await-in-loop": "error",
"no-compare-neg-zero": "error",
"no-cond-assign": "error",
"no-console": ["error", {
"allow": ["info", "warn", "error"]
}],
// "no-console": ["error", {
// "allow": ["info", "warn", "error"]
// }],
"no-constant-condition": "error",
"no-control-regex": "error",
"no-constructor-return": "error",
Expand Down
3 changes: 3 additions & 0 deletions lib/runner/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ module.exports = {
variables = scope.values.filter((variable) => {
const domainPatterns = variable && variable._ && variable._.domainPatterns;

console.log(domainPatterns, 'domainPatterns');
console.log(urlWithoutPort, 'urlWithoutPort');

if (!domainPatterns) {
return true;
}
Expand Down

0 comments on commit 15caada

Please sign in to comment.