Commit 1d88f04
committed
fix(forward): debug-log failed device connect and return the real error
"could not connect to phone" fires once per client connection when the
device port is unreachable; downgrade it to debug to match the other
per-connection lifecycle logs. Also return muxError instead of the nil
err in the wrapped error, which previously dropped the actual reason.1 parent 3866fff commit 1d88f04
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments