-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello!
First, thank you for the awesome project — been using this at my organization to understand better of our design system adoption and usage.
I have been running into an issue however, which is that often I'm not seeing log statements making it into the terminal. I've yet to determine the specific conditions, but I've narrowed it down to when the statsWorker
invokes collectStats
.
I typically get one console log output from inside the collectStats
function per worker — but after that it goes dark. And this leaves me in a situation of not knowing if an unexpected issue (unhandled error) has happened or if the script is just running. At first, I would let this script run, but after hours and hours of no more output I give up and kill the process.
I guess my question succinctly is: have you encountered this issue at all? If so, is there a way around it?
I have forked the repository and have been applying tweaks. But haven't found success yet. At this point, I'm thinking it likely has to do with some of the dependencies, namely worker_threads
. But perhaps I'm just doing something silly.
Any advice would be greatly appreciated! Thanks