4
setup.js
4
setup.js
@ -5,7 +5,7 @@ var multiline = require('multiline');
|
|||||||
|
|
||||||
if (os.platform() === 'win32') {
|
if (os.platform() === 'win32') {
|
||||||
console.log('*************************************************************');
|
console.log('*************************************************************');
|
||||||
console.log('Hackthon Starter Generator has been disalbed on Windows until');
|
console.log('Hackthon Starter Generator has been disabled on Windows until');
|
||||||
console.log('https://github.com/chjj/blessed is fixed or until I find a');
|
console.log('https://github.com/chjj/blessed is fixed or until I find a');
|
||||||
console.log('better CLI module.');
|
console.log('better CLI module.');
|
||||||
console.log('*************************************************************');
|
console.log('*************************************************************');
|
||||||
@ -627,4 +627,4 @@ for (var i = 0; i < os.cpus().length; i++) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
fs.writeFileSync('cluster_app.js', fileContents);
|
fs.writeFileSync('cluster_app.js', fileContents);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user