Skip to content

Commit

Permalink
Signed-off-by: snow <i@xunuo.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
xunuo committed Jul 9, 2012
1 parent 25891b8 commit 08b843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ide.js
Expand Up @@ -46,7 +46,7 @@ if (!jshint.JSHINT(buffer, config)) {
});
if(hintResults.length > 0){
process.stdout.write( "[ line | col ] - error reason\n----------------------------------------\n" );
process.stdout.write(hintResults.join("\n") + "\n" + "----------------------------------------\n" + hintResults.length + ' error(s)' + "\n----------------------------------------");
process.stdout.write(hintResults.join("\n") + "\n" + "----------------------------------------\n" + hintResults.length + ' error(s)' + "\n----------------------------------------\n");
}else{
process.stdout.write("Congratulations!! Zero Error.\n");
}
Expand Down

0 comments on commit 08b843c

Please sign in to comment.