Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gocreating committed Oct 12, 2016
1 parent 88557e4 commit 1c09229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/project/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if (process.env.TRAVIS) {
if (!process.env.PROJECT_SERVER_CONFIGS) {
throw new Error(
'Environment variable `PROJECT_SERVER_CONFIGS` is not set. ' +
'Please dump by running `gulp dumpConfigs`'
'Please dump it by running `gulp dumpConfigs`'
);
}
module.exports = JSON.parse(process.env.PROJECT_SERVER_CONFIGS);
Expand Down

0 comments on commit 1c09229

Please sign in to comment.