Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
Fixes a little typo
  • Loading branch information
zonetti committed Oct 18, 2014
1 parent dc438ea commit 7495ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ var blessed = require('blessed');
var multiline = require('multiline');

if (os.platform() === 'win32') {
console.log('*************************************************************');
console.log('Hackthon Starter Generator has been disabled on Windows until');
console.log('**************************************************************');
console.log('Hackathon Starter Generator has been disabled on Windows until');
console.log('https://github.com/chjj/blessed is fixed or until I find a');
console.log('better CLI module.');
console.log('*************************************************************');
console.log('**************************************************************');
process.exit();
}
var screen = blessed.screen({
Expand Down

0 comments on commit 7495ec7

Please sign in to comment.