Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 8, 2023
1 parent 6215d17 commit ad5eb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mock/path2d-polyfill.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export default new Proxy(
{
get(target, prop) {
return () => {
throw new Error(`[unpdf] path2d-polyfill.${prop} is not implemented`);
};
throw new Error(`[unpdf] path2d-polyfill.${prop} is not implemented`)
}
},
},
);
)

0 comments on commit ad5eb92

Please sign in to comment.