Skip to content

Commit

Permalink
fix clm
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNeumann committed Nov 26, 2024
1 parent ec3427f commit a1cdc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class name, and lineno for closures.
},
{},
{
"code.lineno": 151,
"code.lineno": 154,
"code.filepath": "__FILE__",
"code.function": "{closure}"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{
"error.message": "foo",
"error.class": "E_USER_ERROR",
"code.lineno": 136,
"code.lineno": 139,
"code.filepath": "__FILE__",
"code.function": "a"
}
Expand Down

0 comments on commit a1cdc9f

Please sign in to comment.