Skip to content

Commit

Permalink
revert revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Jun 28, 2024
1 parent b643efb commit b053f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,7 @@
{
"errorMessage": "something bad",
"errorClass": "ReferenceError",
"stacktrace": [{
"file": "./src/errors.js",
"lineNumber": 18,
"code": {
"1": "{TYPE:string}"
}
}],
"stacktrace": [],
"type": "electronnodejs"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,7 @@
{
"errorMessage": "something bad",
"errorClass": "ReferenceError",
"stacktrace": [{
"file": "./src/errors.js",
"lineNumber": 18,
"code": {
"1": "{TYPE:string}"
}
}],
"stacktrace": [],
"type": "electronnodejs"
}
]
Expand Down

0 comments on commit b053f9e

Please sign in to comment.