File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -356,14 +356,13 @@ async def _invoke(
356
356
and ctx ._enter_debugger_on_cancel
357
357
)
358
358
):
359
- # XXX: is there any case where we'll want to debug IPC
360
- # disconnects as a default?
361
- #
362
- # I can't think of a reason that inspecting
363
- # this type of failure will be useful for respawns or
364
- # recovery logic - the only case is some kind of strange bug
365
- # in our transport layer itself? Going to keep this
366
- # open ended for now.
359
+ # XXX QUESTION XXX: is there any case where we'll
360
+ # want to debug IPC disconnects as a default?
361
+ # => I can't think of a reason that inspecting this
362
+ # type of failure will be useful for respawns or
363
+ # recovery logic - the only case is some kind of
364
+ # strange bug in our transport layer itself? Going
365
+ # to keep this open ended for now.
367
366
entered_debug = await _debug ._maybe_enter_pm (err )
368
367
369
368
if not entered_debug :
You can’t perform that action at this time.
0 commit comments