Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(instrumentation): fix return type name
  • Loading branch information
alisabzevari committed Nov 10, 2021
commit bddeafb5840421dc5113141b0ec738e01ddcb091
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