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:
parent
f7f0ec0cec
commit
ee83c89fae
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user