Update IPC usage to return `null`

This commit is contained in:
Dean Herbert 2021-12-03 14:30:15 +09:00
parent 6142566974
commit 9803e63e6f
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ public ArchiveImportIPCChannel(IIpcHost host, ICanAcceptFiles importer = null)
{
if (t.Exception != null) throw t.Exception;
}, TaskContinuationOptions.OnlyOnFaulted);
return null;
};
}