mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
catch exception when dump position history xml
This commit is contained in:
parent
7fd80af8bf
commit
1ef5e99d40
2 changed files with 14 additions and 12 deletions
|
@ -812,14 +812,7 @@ namespace PersistentWindows.SystrayShell
|
|||
|
||||
public static void WriteDataDump()
|
||||
{
|
||||
try
|
||||
{
|
||||
pwp.WriteDataDump();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Error(e.ToString());
|
||||
}
|
||||
pwp.WriteDataDump();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue