Skip to content

Commit

Permalink
Merge branch 'main' into fix-promise-patching
Browse files Browse the repository at this point in the history
  • Loading branch information
punya authored Aug 29, 2022
2 parents 7990e05 + ed422ed commit 4cac9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class TraceCLS implements CLS<RootContext> {
return this.currentCLS.bindWithCurrentContext(fn);
}

patchEmitterToPropagateContext<T>(ee: EventEmitter): void {
patchEmitterToPropagateContext(ee: EventEmitter): void {
this.currentCLS.patchEmitterToPropagateContext(ee);
}
}
Expand Down

0 comments on commit 4cac9d1

Please sign in to comment.