Chunks errors #92
-
Hi all, I encountered a few errors when using pre-commit hook with a large number of files in a commit. 1 error: 2 error: The first error also occurs when using prettier, not only with custom scripts. But it doesn't cause the script to abort This is my custom script: Prettier task: Maybe someone has encountered a similar problem and can give me a solution. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @AlaiyaNetwork, regarding the first error: try to remove the index.lock file, and see if it is solved.
regarding the second error: can you echo your staged files instead? just want to make sure that the problem is related to csx execution or not, something like:
Since I don't have a unit test covering this scenario I believe this might be a bug, |
Beta Was this translation helpful? Give feedback.
-
It is fixed in |
Beta Was this translation helpful? Give feedback.
It is fixed in
v0.6.2