Merge pull request #109 from AdrianP-/AdrianP-Setup.js

Adrian p setup.js
This commit is contained in:
David Baldwynn 2016-06-12 11:59:24 -07:00 committed by GitHub
commit d4b48a1e02

View File

@ -219,4 +219,7 @@ if(!fs.existsSync('./\.env')) {
console.log(chalk.green('Have fun using TellForm!'));
}
});
}else{
console.log(chalk.red('You already have a .env file'));
process.exit(1);
}