(raw: string, phase: StreamCommit["phase"])
| 75 | } |
| 76 | |
| 77 | function systemBody(raw: string, phase: StreamCommit["phase"]): RunEntryBody { |
| 78 | return textBody(phase === "progress" ? raw : raw.trim()) |
| 79 | } |
| 80 | |
| 81 | export function entryFlags(commit: StreamCommit): EntryFlags { |
| 82 | if (commit.summary) { |