Skip to content

Commit

Permalink
chore: add todo for future logging
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Feb 21, 2024
1 parent b0ad235 commit 7064699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builtin-plugins/docblock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ async function initParser(): Promise<DocblockParser> {
};
};
} catch (error: any) {

Check warning on line 155 in src/builtin-plugins/docblock.ts

View workflow job for this annotation

GitHub Actions / Sanity

Unexpected any. Specify a different type
// TODO: log warning
if (error?.code === 'MODULE_NOT_FOUND') {
return () => void 0;
}
Expand Down

0 comments on commit 7064699

Please sign in to comment.