show migration error

This commit is contained in:
ousttrue
2021-06-04 16:27:25 +09:00
parent 80abc5d7ce
commit a557fd6eae

View File

@@ -62,9 +62,9 @@ namespace UniVRM10
return "cannot migrate";
}
}
catch (Exception)
catch (Exception ex)
{
return "migration error";
return $"migration error: {ex}";
}
parser = new GltfParser();