mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Add log for storage crashing
This commit is contained in:
@@ -55,6 +55,7 @@ namespace Wox.CrashReporter
|
||||
|
||||
private void SendReport()
|
||||
{
|
||||
Hide();
|
||||
ThreadPool.QueueUserWorkItem(o =>
|
||||
{
|
||||
string reproduceSteps = new TextRange(tbReproduceSteps.Document.ContentStart, tbReproduceSteps.Document.ContentEnd).Text;
|
||||
|
||||
Reference in New Issue
Block a user