mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
style: 修复所有 lint 错误,覆盖 @ant forked 代码
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -114,7 +114,6 @@ const wrappedRender = async (
|
||||
await Promise.resolve()
|
||||
const instance = renderSync(node, options)
|
||||
if (process.env.CLAUDE_CODE_DEBUG_REPAINTS === '1') {
|
||||
// biome-ignore lint/suspicious/noConsole: debug instrumentation
|
||||
console.warn(
|
||||
`[render] first ink render: ${Math.round(process.uptime() * 1000)}ms since process start`,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user