subagent: trim continue_'s doc comment under the 30-line cap
The Errors-section addition in 46a6317 pushed continue_'s doc comment
to 31 lines. Drop the parenthetical on the already-running case — the
Errors section states it already.
Refs #4436
This commit is contained in:
parent
46a6317f13
commit
93faa944e6
1 changed files with 1 additions and 2 deletions
|
|
@ -1086,8 +1086,7 @@ fn start_reserved(
|
|||
|
||||
/// Give an existing named session a new turn — resuming it whether that
|
||||
/// means "the previous turn finished, here's the next instruction" or "the
|
||||
/// daemon restarted, reattaching." Refuses a name already running (same
|
||||
/// concurrent-run hazard as `start`).
|
||||
/// daemon restarted, reattaching." Refuses a name already running.
|
||||
///
|
||||
/// A name with **no** session to resume is still not *pre-checked* here:
|
||||
/// claude's own `--resume` answers that, and the pre-check that used to live
|
||||
|
|
|
|||
Loading…
Reference in a new issue