httpteapot
Error when calling a bun script using `wmill.runScript`
I have a bun script, that uses
jsdom
as a dependency. The script is working as expected when calling it directly through the windmill cloud UI.
But now I try to create a second script, written in TS, and call the first script using
And this time I get the following error:
It seems related to the usage of jsdom
in bun
but it only occurs when calling a script using wmill.runScript
and not when calling it directly.21 replies