1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 20:33:52 +00:00

Notify about cleanup stage during import.

This commit is contained in:
Bartosz Taudul 2019-12-19 17:25:22 +01:00
parent f7f0ec0cec
commit ee83c89fae

View File

@ -141,5 +141,8 @@ int main( int argc, char** argv )
fflush( stdout ); fflush( stdout );
worker.Write( *w ); worker.Write( *w );
printf( "\33[2KCleanup...\n" );
fflush( stdout );
return 0; return 0;
} }