Преглед на файлове

Remove old comment about not rethrowing

Herbert Vojčík преди 10 години
родител
ревизия
a9c6fc5c39
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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 */