File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ the program to enter an infinite restart loop
283283 RestartApplication ( true , ref applicationMutex ) ;
284284 }
285285 } catch ( InvalidModificationException ) {
286- // abort the operation
286+ // operation was aborted
287287 //LogExceptionToLauncher(ex);
288288 throw ;
289289 } catch ( Exception ex ) {
@@ -302,7 +302,7 @@ private void AskLaunchWithCompatibilitySettings() {
302302
303303 RestartApplication ( false , ref applicationMutex ) ;
304304 } catch ( InvalidModificationException ) {
305- // abort the operation
305+ // operation was aborted
306306 //LogExceptionToLauncher(ex);
307307 throw ;
308308 } catch ( Exception ex ) {
@@ -373,7 +373,7 @@ private void AskLaunchWithOldCPUSimulator() {
373373
374374 RestartApplication ( false , ref applicationMutex , processStartInfo ) ;
375375 } catch ( InvalidModificationException ) {
376- // abort the operation
376+ // operation was aborted
377377 //LogExceptionToLauncher(ex);
378378 throw ;
379379 } catch ( Exception ex ) {
You can’t perform that action at this time.
0 commit comments