Skip to content

Commit 012ae70

Browse files
committed
update second arg to reporting function
1 parent 64d9199 commit 012ae70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v3/Trace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ export class Trace<
12551255
)}. ${errors.join(', ')}`,
12561256
),
12571257
// @ts-expect-error TS doesn't like this type for some reason
1258-
{ trace: this },
1258+
this,
12591259
)
12601260
}
12611261

0 commit comments

Comments
 (0)