fix(cloudcmd) could not start because undefined is not supported editor

This commit is contained in:
coderaiser 2015-05-14 13:15:23 -04:00
parent 8a9d20921d
commit f40f49ba8b

View file

@ -38,7 +38,7 @@
port : config('port'),
minify : config('minify'),
online : config('online'),
editor : config('editor'),
editor : config('editor') || 'edward',
username : config('username'),
root : config('root') || '/'
},