Skip to content

Commit

Permalink
chore(mwcp): TraceInit onStop
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 28, 2024
1 parent b655426 commit 8c32c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/midway-component-kmore/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class AutoConfiguration implements ILifeCycle {
registerDecoratorHandler(optsCacheable, aroundFactoryOptions)
}

@TraceInit({ namespace: ConfigKey.namespace })
async onStop(container: IMidwayContainer): Promise<void> {
void container
const time = 2
Expand Down

0 comments on commit 8c32c0a

Please sign in to comment.