docs(providers): fix review-noted comment nits (dup token + OCP line-ref 783-784)

Independent review (Iron Rule 10) findings 1+2, both non-blocking comment-only.

Co-Authored-By: Claude <claude-opus-4-8> <noreply@anthropic.com>
This commit is contained in:
2026-05-31 17:25:08 +10:00
co-authored by Claude <claude-opus-4-8> <noreply@anthropic.com>
parent 422512d2b2
commit 2963547a98
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -980,7 +980,7 @@ async function* _spawnAndStream(irRequest, authContext, spawnImpl, isolationCtx)
console.error(JSON.stringify({ ts: new Date().toISOString(), level: 'warn', event: 'stdin_write_error', error: e.message }));
});
}
// OCP server.mjs:586-587: proc.stdin.write(prompt); proc.stdin.end();
// OCP server.mjs:783-784: proc.stdin.write(prompt); proc.stdin.end();
proc.stdin.write(prompt);
proc.stdin.end();