mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #1225 from enahs/patch-1
This commit is contained in:
commit
16c33ac732
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ function validateConfigEnvironment() {
|
|||
|
||||
// Check if we don't even have a config
|
||||
if (!config) {
|
||||
errors.logError(new Error('Cannot find the configuration for the current NODE_ENV'), "NODE_ENV=" + envVal, 'Ensure your config.js has a section for the current NODE_ENV value');
|
||||
errors.logError(new Error('Cannot find the configuration for the current NODE_ENV'), "NODE_ENV=" + envVal,
|
||||
'Ensure your config.js has a section for the current NODE_ENV value and is formatted properly.');
|
||||
return when.reject();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue