Skip to content

Commit

Permalink
Update node-cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xkxx committed Oct 18, 2011
1 parent 1a18a9b commit bb8e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-cli.js
Expand Up @@ -49,7 +49,7 @@ function NodeCli () {
* Echo color code, bold is optional
*/
this.bgcolor = function(color) {
this.write('\x1B[0;m39');
this.write('\x1B[0;' + this.bgcolors[color] + 'm');
return(this);
};

Expand Down

0 comments on commit bb8e78f

Please sign in to comment.