cleanup code

This commit is contained in:
pypy
2020-11-07 18:46:25 +09:00
parent 030185f683
commit e6e797f7d6
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ namespace VRCX
}
catch (Exception e)
{
rejectCallback.ExecuteAsync(e.ToString());
rejectCallback.ExecuteAsync(e.Message);
}
fetchCallback.Dispose();