Update utils.cpp

This commit is contained in:
Gabi Melman 2019-10-20 17:55:13 +03:00 committed by GitHub
parent 9a68bd8cc8
commit 5f3521b3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ void prepare_logdir()
{
spdlog::drop_all();
#ifdef _WIN32
system("rmdir /S /Q test_logs")
system("rmdir /S /Q test_logs");
#else
auto rv = system("rm -rf test_logs");
if (rv != 0)