Skip to content

Commit c8e0a25

Browse files
xnanodaxniieani
authored andcommitted
update second arg to reporting function
1 parent 8e62288 commit c8e0a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v3/Trace.ts

+1-1
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)