Skip to content

Commit

Permalink
Add in file.sync() to test
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Apr 10, 2024
1 parent 584bb69 commit accf86e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ namespace eosio::trace_api {
const auto offset = file.tellp();
file.write(data.data(), data.size());
file.flush();
file.sync();
return offset;
}

Expand Down

0 comments on commit accf86e

Please sign in to comment.