Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 8, 2025
1 parent ab86344 commit cca9c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/critical.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export async function getBeastiesOrCritters(outDir: string, options: Options = {
try {
const CrittersClass = (await import('critters')).default
console.warn('`critters` is deprecated. Please use `beasties` instead.')
// @ts-expect-error critters is deprecated
return new CrittersClass({
path: outDir,
logLevel: 'warn',
Expand Down

0 comments on commit cca9c09

Please sign in to comment.