You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some results get outputted after the progress bar and Scanning finished. Please wait while the results are being saved. message.
Also, this should only output Scanning finished. since it is not saving data to a file. (When -o is used, then we should display Scanning finished. Please wait while the results are being saved.)
I added the Please wait while the results are being saved. message because sometimes it would take a long time to save the file when we were sorting the results. (Now this is probably only an issue when -s, --sort-events is used)
The text was updated successfully, but these errors were encountered:
@fukusuket This is low priority but if you have time, could you take a look at it?
Command:
./target/release/hayabusa csv-timeline -d ../hayabusa-sample-evtx -w
Some results get outputted after the progress bar and
Scanning finished. Please wait while the results are being saved.
message.Also, this should only output
Scanning finished.
since it is not saving data to a file. (When-o
is used, then we should displayScanning finished. Please wait while the results are being saved.
)I added the
Please wait while the results are being saved.
message because sometimes it would take a long time to save the file when we were sorting the results. (Now this is probably only an issue when-s, --sort-events
is used)The text was updated successfully, but these errors were encountered: