allow instantiated exceptions to be extracted

This commit is contained in:
Chris Brendel
2023-01-12 15:21:47 -05:00
parent be28d2a4f6
commit 41fe4ba304

View File

@@ -85,6 +85,7 @@ return {
{ {
retrieve = "first", retrieve = "first",
node_type = "identifier", node_type = "identifier",
recursive = true,
extract = true, extract = true,
as = i.Throw, as = i.Throw,
}, },