diff --git a/componentbuild/lib/jslint/jslint-node.js b/componentbuild/lib/jslint/jslint-node.js index 8516c2b..2b1e652 100644 --- a/componentbuild/lib/jslint/jslint-node.js +++ b/componentbuild/lib/jslint/jslint-node.js @@ -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 {