mirror of https://github.com/Cysharp/UniTask
Exception not prompted when using UniTask
parent
88ecfa2992
commit
1895a271b7
|
@ -166,6 +166,10 @@ namespace Cysharp.Threading.Tasks
|
||||||
{
|
{
|
||||||
continuation(continuationState);
|
continuation(continuationState);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
UniTaskScheduler.PublishUnobservedTaskException(error);
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue