Skip to content

Commit bbc34bb

Browse files
committed
Remove unnecessary Error.captureStackTrace call from NoMatcherError
1 parent 5fb3fd9 commit bbc34bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/public/NoMatcherError.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ export class NoMatcherError<
1414
code,
1515
message: `Cannot find transform for node ${getNodeType(props)}`
1616
})
17-
18-
Error.captureStackTrace(this, this.constructor)
1917
}
2018
}

0 commit comments

Comments
 (0)