Skip to content

Commit

Permalink
#200 show log
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 10, 2023
1 parent 8384417 commit c18b367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ if (process.argv.includes('--verbose')) {
let parser = '0.29.4';
if (process.argv.includes('--latest')) {
parser = require('./parser-version').get();
} else {
console.debug('EO parser ' + parse + '; use the --latest flag if you need a freshier one');
}

const version = require('./version');
Expand Down

0 comments on commit c18b367

Please sign in to comment.