how do i fix this node_dlang error?

MoonlightSentinel moonlightsentinel at disroot.org
Mon Jun 7 17:22:48 UTC 2021


On Monday, 7 June 2021 at 02:33:38 UTC, Jack wrote:
> What am I missing?

Does your code / `node_dlang` initialize Druntime before calling 
`writeln`?
Try replacing the `writeln` with `puts` (from `core.stdc.stdio`) 
which doesn't require an initialized runtime.


More information about the Digitalmars-d-learn mailing list