Skip to content

Commit

Permalink
fix: allow lingui compile to compile without plural (#1280)
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Ta <harry.ta@cultureamp.com>
  • Loading branch information
hqta and hqta authored Sep 12, 2022
1 parent d965d72 commit be265ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/lingui-compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function command(config: LinguiConfig, options) {
)
)
console.error()
process.exit(1)
}

catalogs.forEach((catalog) => {
Expand Down

1 comment on commit be265ef

@vercel
Copy link

@vercel vercel bot commented on be265ef Sep 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.