jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.89k stars 669 forks source link

Ensure command line prompt is displayed #5033

Closed rtakacs closed 1 year ago

rtakacs commented 1 year ago

As #5030 pointed out, js > prompt hasn't been shown in the terminal. This patch solves that by flushing stdout manually.

rtakacs commented 1 year ago

Note: failing jobs are fixed by #5032