!2662 flush output cache

Merge pull request !2662 from laoyitong/flushOutput
This commit is contained in:
openharmony_ci 2022-08-09 04:03:32 +00:00 committed by Gitee
commit 9c5af5f392
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -28,5 +28,6 @@ int main(int argc, char *argv[])
OHOS::AAFwk::AbilityToolCommand cmd(argc, argv);
std::cout << cmd.ExecCommand();
}
fflush(stdout);
_exit(0);
}