Skip to content

Commit

Permalink
Made JSLint output look more like it ran
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Apr 3, 2012
1 parent 88e1c27 commit 64bf74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion componentbuild/lib/jslint/jslint-node.js
Expand Up @@ -28,7 +28,7 @@ JSLINT = require("./fulljslint").JSLINT;
var success = JSLINT(js, OPTS);
if (success) {
return {
"content": '\t[OK] ' + file,
"content": '\t[JSLINT] [OK] ' + file,
code: code
};
} else {
Expand Down

0 comments on commit 64bf74b

Please sign in to comment.