Skip to content

Commit

Permalink
fix: adding space between ❗️
Browse files Browse the repository at this point in the history
  • Loading branch information
L0wry committed Jun 27, 2018
1 parent d3aac65 commit 063f069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function isValid(missingConfigFields) {
if (missingConfigFields.length > 0) {
logger.info(
'configValidator',
`❗️Please add missing mandatory fields to your config: \n${missingConfigFields.toString()}`
`❗️ Please add missing mandatory fields to your config: \n${missingConfigFields.toString()}`
);
return false;
}
Expand Down

0 comments on commit 063f069

Please sign in to comment.