User folder name if none provided

This commit is contained in:
brunosimon
2017-12-24 13:34:51 +01:00
parent 0ba869f0eb
commit b6f1e3c43f
3 changed files with 10 additions and 6 deletions
-4
View File
@@ -135,10 +135,6 @@ class App
{
config.name = args._[0]
}
else
{
config.name = 'No name'
}
}
if(config.host === '')