Skip to content

Commit

Permalink
Improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliczsh committed May 1, 2021
1 parent 7b7bbbf commit 501f644
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8601,7 +8601,13 @@ try {
var msg;
msg = String('Found "' + res.matches[0] + '" ' + res.count
+ ' times in "' + result + '"');
console.log("msg");
console.log(msg);
console.log("scanResult");
console.log(scanResult);
scanResult = scanResult.concat('\n', msg);
console.log("scanResult");
console.log(scanResult);
}
});
console.log("RESULT");
Expand Down
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ try {
var msg;
msg = String('Found "' + res.matches[0] + '" ' + res.count
+ ' times in "' + result + '"');
console.log("msg");
console.log(msg);
console.log("scanResult");
console.log(scanResult);
scanResult = scanResult.concat('\n', msg);
console.log("scanResult");
console.log(scanResult);
}
});
console.log("RESULT");
Expand Down

0 comments on commit 501f644

Please sign in to comment.