Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 7, 2019
1 parent 7f50f56 commit 115e47e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dev/run_i18n_integrate.ts
Expand Up @@ -68,7 +68,9 @@ run(
typeof dryRun !== 'boolean'
) {
throw createFailError(
`${chalk.white.bgRed(' I18N ERROR ')} --ignore-incompatible can't have a value`
`${chalk.white.bgRed(
' I18N ERROR '
)} --ignore-incompatible, --ignore-unused, --ignore-missing, and --dry-run can't have values`
);
}

Expand Down

0 comments on commit 115e47e

Please sign in to comment.