We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296b6a1 commit 69a80e2Copy full SHA for 69a80e2
1 file changed
packages/cli/src/lingui-compile.ts
@@ -78,7 +78,7 @@ function command(config, options) {
78
console.error(chalk.red(`Missing ${missing.length} translation(s)`))
79
}
80
console.error()
81
- process.exit()
+ process.exit(1)
82
83
84
0 commit comments