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 b0c218c commit 94eaf63
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

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

0 comments on commit 94eaf63

Please sign in to comment.