Skip to content

Commit

Permalink
chore(instrumentation): fix return type name
Browse files Browse the repository at this point in the history
  • Loading branch information
alisabzevari committed Nov 10, 2021
1 parent 9045870 commit bddeafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export abstract class InstrumentationBase<T = any>
exports: T,
name: string,
baseDir?: string
): InstrumentationModuleType {
): T {
if (!baseDir) {
if (typeof module.patch === 'function') {
module.moduleExports = exports;
Expand Down

0 comments on commit bddeafb

Please sign in to comment.