Skip to content

Commit

Permalink
lint(Fix): Expect error
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Sep 9, 2023
1 parent 0120026 commit 7ddc595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Modules/Worker/Worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ parentPort.addListener(
};
} else {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
// @ts-expect-error
error = err;
}
}
Expand Down

0 comments on commit 7ddc595

Please sign in to comment.