Slackbot
03/05/2025, 9:25 PMJulien Plissonneau Duquène
03/06/2025, 10:47 AMlike this one
when pasting code or logs as they are a bit easier to read this way.
The default stack size should accomodate a reasonable amount of recursion (1024 in your case apparently) so there is probably something pathological inside fileContent. I suggest you to try looping over the content of that array for debugging, using a try/catch block to call include on each array element individually and logging the content of the element that causes an exception in the catch block.