Skip to content

Commit 6a47d9c

Browse files
author
David Mark Clements
committed
fix ci
1 parent e3903f8 commit 6a47d9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/util/classify-frames.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ function getType (frame, inlined) {
99
return getTypeProcessed(processedFrame)
1010
}
1111

12-
function getTypeProcessed (frame) {
12+
function getTypeProcessed (frame, rmFrameType = true) {
13+
if (rmFrameType) delete frame.type
1314
return v8cats(frame).type
1415
}
1516

0 commit comments

Comments
 (0)