added logging for startup issues

This commit is contained in:
Shaun Walker
2021-07-01 07:37:03 -04:00
parent 5268c326a1
commit eea417ff44
16 changed files with 203 additions and 67 deletions

View File

@ -159,10 +159,9 @@ namespace Oqtane.Repository
}
}
}
catch (Exception ex)
catch
{
// error occurred during import
string error = ex.Message;
}
return success;