Skip to content

Commit

Permalink
chore: update debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Oct 14, 2024
1 parent 8546ec5 commit 0550dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default function ESLintPlugin(
);
},
async buildEnd() {
debug("==== buildEnd hook ====");
if (worker) await worker.terminate();
},
};
Expand Down

0 comments on commit 0550dc3

Please sign in to comment.