mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 21:34:38 -05:00
show migration error
This commit is contained in:
@@ -62,9 +62,9 @@ namespace UniVRM10
|
||||
return "cannot migrate";
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception ex)
|
||||
{
|
||||
return "migration error";
|
||||
return $"migration error: {ex}";
|
||||
}
|
||||
|
||||
parser = new GltfParser();
|
||||
|
||||
Reference in New Issue
Block a user