Skip to content

Commit

Permalink
chore: add instance args for parameter decorator options (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed May 6, 2024
1 parent 107539a commit 39de1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/service/decoratorService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export class MidwayDecoratorService {
target: Clzz,
originArgs: newArgs,
originParamType: paramTypes[parameterIndex],
instance: joinPoint.target,
});
} catch (err) {
skipPipes = true;
Expand Down

0 comments on commit 39de1bf

Please sign in to comment.