diff options
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 402c66aa3b..cafd2c3d85 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -16,6 +16,7 @@ void zig_panic(const char *format, ...) { va_start(ap, format); vfprintf(stderr, format, ap); fprintf(stderr, "\n"); + fflush(stderr); va_end(ap); abort(); } |
