Skip to content

Commit

Permalink
Update lib/runner.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Jul 26, 2024
1 parent 19e62b7 commit 359e104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Runner.prototype.capture_stdin = function(stdin) {
if (key === '\u0003')
self.interrupted();

console.log('key', key, self.verbose);
// console.log('key', key, self.verbose);
if (key == 'v') self.verbose = !self.verbose;

// write the key to stdout all normal like
Expand Down

0 comments on commit 359e104

Please sign in to comment.