Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HomyeeKing committed Jan 2, 2025
1 parent 300f915 commit a2c1452
Show file tree
Hide file tree
Showing 2 changed files with 17,752 additions and 21,059 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class NormalModulesPlugin {
}

// @ts-ignore
const [type, prop] = node.arguments;
const [type, prop]: [any, any] = node.arguments;

if (!type) return;

Expand Down
Loading

0 comments on commit a2c1452

Please sign in to comment.