Explorar o código

Fixes issue #823

Rethrow errors happening inside the Amber stack.
Nicolas Petton %!s(int64=10) %!d(string=hai) anos
pai
achega
2d7a2cea9a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      support/boot.js

+ 2 - 0
support/boot.js

@@ -881,6 +881,8 @@ define("amber_vm/boot", [ 'require', './browser-compatibility' ], function (requ
 				} catch(error) {
 					handleError(error);
 					st.thisContext = null;
+					// Rethrow the error in any case.
+					throw error;
 				}
 			}
 		};