Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Feb 18, 2023
1 parent 243806a commit 18c8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/src/utils/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const createWatcher = (

watcherSubscription = await parcelWatcher.subscribe(
process.cwd(),
async (err, events) => {
async (_, events) => {
// it doesn't matter what has changed, need to run whole process anyway
await Promise.all(
events.map(async ({ type: eventName, path }) => {
Expand Down

0 comments on commit 18c8688

Please sign in to comment.