I have compiled a complex project via `dub build`. I used both `-b release` and `-b debug`.
But i cant redirect the output (generated by `writeln`) to a file.I call by : `./executable --param p1 > a`. But execution hangs immediately. If I do `./executable --param p1 ` no issue.
What am I doing wrong? thank you.