From 627b974144ef2ae46afcc24e0a31fe954f0eb1bb Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Sat, 30 Jan 2010 21:06:55 -0600 Subject: [PATCH] check to see if there was an exception compiling the script. raise it if so --- ext/v8/v8_cxt.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/v8/v8_cxt.cpp b/ext/v8/v8_cxt.cpp index 869dd2e..33670f5 100644 --- a/ext/v8/v8_cxt.cpp +++ b/ext/v8/v8_cxt.cpp @@ -66,6 +66,9 @@ VALUE v8_cxt_eval(VALUE self, VALUE source) { Context::Scope enter(cxt); Local source_str = RB2V8(source); Local