Skip to content

Commit

Permalink
Merge pull request #568 from seznam/plugin-cli-hotfix
Browse files Browse the repository at this point in the history
Plugin cli hotfix
  • Loading branch information
jsimck authored Apr 9, 2024
2 parents c72ecac + ba937c1 commit 8139363
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cold-masks-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ima/plugin-cli": patch
---

Fix bug in createBatcher function in utils.ts, which resulted in link not working
2 changes: 1 addition & 1 deletion packages/plugin-cli/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function createBatcher(title: string, timeout = 150) {
stats.deleted++;
}

return fn;
return fn();
})
);

Expand Down

0 comments on commit 8139363

Please sign in to comment.