mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 21:34:38 -05:00
re throw
This commit is contained in:
@@ -78,6 +78,10 @@ namespace UniGLTF.AltTask
|
||||
|
||||
public Awaitable(Task task)
|
||||
{
|
||||
if (task.IsFaulted)
|
||||
{
|
||||
throw task.Exception;
|
||||
}
|
||||
_task = task;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user