im having an issue on windows(im normally on linux) where if i run my program through 'nimble run' i lose the last string output to stdout(or just using echo). if i run the binary that was built it works. and running it on linux through nimble run is fine as well. anyone know a fix? not a big deal it's just bugging me and i have not been able to locate a fix for it besides just not using windows. testing is really easy as the example project when running nimble init does not output the welcome message.(well it does but nimble doesnt display)