Skip to content

Commit

Permalink
stop now calls do_warn instead of warn
Browse files Browse the repository at this point in the history
  • Loading branch information
penartur committed May 25, 2012
1 parent 996c151 commit 2b49c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jslint.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ var JSLINT = (function () {
} }


function stop(message, offender, a, b, c, d) { function stop(message, offender, a, b, c, d) {
var warning = warn(message, offender, a, b, c, d); var warning = do_warn(message, offender, a, b, c, d);
quit(bundle.stopping, warning.line, warning.character); quit(bundle.stopping, warning.line, warning.character);
} }


Expand Down

0 comments on commit 2b49c3e

Please sign in to comment.