1
0
Selaa lähdekoodia

Remove old comment about not rethrowing

Herbert Vojčík 10 vuotta sitten
vanhempi
commit
a9c6fc5c39
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      support/boot.js

+ 0 - 4
support/boot.js

@@ -938,10 +938,6 @@ define("amber_vm/boot", [ 'require', './browser-compatibility' ], function (requ
 				error = wrappedError(error);
 			}
 			globals.ErrorHandler._handleError_(error);
-			// Throw the exception anyway, as we want to stop
-			// the execution to avoid infinite loops
-			// Update: do not throw the exception. It's really annoying.
-			// throw error;
 		}
 
 		/* Handle thisContext pseudo variable */