Skip to content

Commit

Permalink
fix: fix build after merge (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko authored Feb 20, 2023
1 parent bfc2ed1 commit 6b6adc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/lingui-extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if (require.main === module) {
const dispatchExtract = (filePath?: string[]) => {
// Skip debouncing if not enabled but still chain them so no racing issue
// on deleting the tmp folder.
if (!program.debounce) {
if (!options.debounce) {
previousExtract = previousExtract.then(() => extract(filePath))
return previousExtract
}
Expand Down

0 comments on commit 6b6adc9

Please sign in to comment.