Skip to content

Commit

Permalink
Add reason field to debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Aug 21, 2024
1 parent 555df6a commit 2649ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ copyDebugInfoButtonElement.addEventListener("click", async e => {
`Stream status:\n`,
status != null
? [
`- Reason: ${status.reason ?? "N/A"}\n`,
`- Proxied: ${status.stats?.proxied ?? "N/A"}, Not proxied: ${
status.stats?.notProxied ?? "N/A"
}\n`,
Expand Down

0 comments on commit 2649ca6

Please sign in to comment.