@@ -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 */