mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -367,7 +367,7 @@ export async function persistFileSnapshotIfRemote(): Promise<void> {
|
||||
// Snapshot plan file
|
||||
const plan = getPlan()
|
||||
if (plan) {
|
||||
(snapshotFiles as any[]).push({
|
||||
;(snapshotFiles as any[]).push({
|
||||
key: 'plan',
|
||||
path: getPlanFilePath(),
|
||||
content: plan,
|
||||
|
||||
Reference in New Issue
Block a user