Commit 5269e0b
committed
Don't use unhandle rejection listener in codespace
This was implemented here: [1].
It is throwing up a lot of `Unhandled error: Invalid arguments` errors
without any way to see a stack trace for them.
Since we're not able to debug this from the codespace, I'm choosing to
turn it off in the codespace template as it's preventing us from
running the Code Tour successfully.1 parent 2d040c2 commit 5269e0b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
237 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
| |||
0 commit comments