vlasy
vlasy
I had this problem in Eve as well. I am glad that it helped you :-)
One of the problems seems to be [this file](https://github.com/DXHeroes/dx-scanner/blob/master/src/services/__MOCKS__/mockFolder/mockFileSLbroken.ln) which causes the action to fail straight away during the initial download. Not sure what is the correct solution. - Deleting...
I would like to fix this. Can I be assigned?
Just a quick update, I spent a few hours yesterday reading and debugging through [transitions.ts](https://github.com/sveltejs/svelte/blob/e50ad1dcb6d7e9e5ff6d27f566f459369c51beba/src/runtime/internal/transitions.ts) and [await_block.ts](https://github.com/sveltejs/svelte/blob/e50ad1dcb6d7e9e5ff6d27f566f459369c51beba/src/runtime/internal/await_block.ts) but with no tangible result. I am struggling with the whole architecture/interconnections and...