Fix cache indexes

This commit is contained in:
kwaroran
2025-03-10 13:14:20 +09:00
parent 5fc36ce323
commit 5300c53c7f
2 changed files with 3 additions and 1 deletions

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
side-effects-cache=false
ignore-scripts=false

View File

@@ -1159,8 +1159,8 @@ export async function sendChat(chatProcessIndex = -1,arg:{
formated[pointer].cachePoint = true
depthRemaining--
}
pointer--
}
break
}
}