Skip to content

Commit

Permalink
update clm lineno
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNeumann committed Jan 7, 2025
1 parent 2ee7d4e commit 3585eba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class name, and lineno for closures.
},
{},
{
"code.lineno": 151,
"code.lineno": 152,
"code.filepath": "__FILE__",
"code.function": "{closure:__FILE__:??}"
}
Expand All @@ -116,7 +116,7 @@ class name, and lineno for closures.
},
{},
{
"code.lineno": 159,
"code.lineno": 160,
"code.filepath": "__FILE__",
"code.function": "{closure:__FILE__:??}"
}
Expand All @@ -137,7 +137,7 @@ class name, and lineno for closures.
},
{},
{
"code.lineno": 159,
"code.lineno": 160,
"code.filepath": "__FILE__",
"code.function": "{closure:__FILE__:??}"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"error.message": "foo",
"error.class": "E_USER_WARNING",
"code.lineno": 136,
"code.lineno": 137,
"code.filepath": "__FILE__",
"code.function": "a"
}
Expand All @@ -114,7 +114,7 @@
},
{},
{
"code.lineno": 130,
"code.lineno": 131,
"code.filepath": "__FILE__",
"code.function": "{closure:__FILE__:??}"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"error.message": "foo",
"error.class": "E_USER_WARNING",
"code.lineno": 108,
"code.lineno": 109,
"code.filepath": "__FILE__",
"code.function": "a"
}
Expand Down

0 comments on commit 3585eba

Please sign in to comment.