diff --git a/Userland/Utilities/pro.cpp b/Userland/Utilities/pro.cpp index d761a5c27d..4c450c6907 100644 --- a/Userland/Utilities/pro.cpp +++ b/Userland/Utilities/pro.cpp @@ -329,7 +329,6 @@ ErrorOr serenity_main(Main::Arguments arguments) dbgln("started request with id {}", request->id()); auto rc = loop.exec(); - // FIXME: This shouldn't be needed. - fclose(stdout); + fflush(stdout); return rc; }