GH-1015 catch exceptions when doing profile reapply
This is a temporary solution.
This commit is contained in:
@ -82,9 +82,12 @@ public:
|
||||
/// clear the profile
|
||||
void clear();
|
||||
|
||||
/// apply the patches
|
||||
/// apply the patches. Throws all sorts of errors.
|
||||
void reapply();
|
||||
|
||||
/// apply the patches. Catches all the errors and returns true/false for success/failure
|
||||
bool reapplySafe();
|
||||
|
||||
/// do a finalization step (should always be done after applying all patches to profile)
|
||||
void finalize();
|
||||
|
||||
|
Reference in New Issue
Block a user