mirror of https://github.com/ppy/osu
Update IPC usage to return `null`
This commit is contained in:
parent
6142566974
commit
9803e63e6f
|
@ -25,6 +25,8 @@ public ArchiveImportIPCChannel(IIpcHost host, ICanAcceptFiles importer = null)
|
|||
{
|
||||
if (t.Exception != null) throw t.Exception;
|
||||
}, TaskContinuationOptions.OnlyOnFaulted);
|
||||
|
||||
return null;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue