mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Don't swallow stack trace
This commit is contained in:
parent
97432169ea
commit
454c6ade47
@ -577,7 +577,7 @@ static bool Weave(string assName, IEnumerable<string> dependencies, string unity
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Weaver.Error(ex.Message);
|
Weaver.Error(ex.ToString());
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user