Update utils.cpp

pull/1285/head
Gabi Melman 6 years ago committed by GitHub
parent 9a68bd8cc8
commit 5f3521b3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save