Troubleshooting Console.log in Node.js Effect with main.pipe

When using Console.log coming from Effect in Node.js and running the program as main.pipe(NodeRuntime.runMain), it doesn't log anything. How can I fix that?
Was this page helpful?