You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.200
Former-commit-id: 26e7a1bceb8741cfda74fd14619f6b84153c2192
This commit is contained in:
parent
335b1cf07f
commit
eb2abbf955
@@ -690,7 +690,12 @@ namespace Microsoft.Win32 {
|
||||
|
||||
public void DirtyTimeout (object state)
|
||||
{
|
||||
Flush ();
|
||||
try {
|
||||
Flush ();
|
||||
} catch {
|
||||
// This was identified as a crasher under some scenarios
|
||||
// Internal MS issue: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/787119
|
||||
}
|
||||
}
|
||||
|
||||
public void Flush ()
|
||||
|
||||
Reference in New Issue
Block a user