Skip to content

Commit

Permalink
Merge pull request #65 from codeclimate/will/log-parser
Browse files Browse the repository at this point in the history
Log the parser we're using at run time
  • Loading branch information
wfleming committed Jan 26, 2016
2 parents 4130c29 + b5ca0e1 commit 67a5bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ var cli = new CLIEngine(options);
var debug = false;
var checks = require("../lib/checks");

console.error("ESLint is running with the " + cli.getConfigForFile(null).parser + " parser.");

// a wrapper for emitting perf timing
function runWithTiming(name, fn) {
var start = new Date()
Expand Down

0 comments on commit 67a5bca

Please sign in to comment.