Index: samples/shell.cc |
=================================================================== |
--- samples/shell.cc (revision 1278) |
+++ samples/shell.cc (working copy) |
@@ -141,7 +141,7 @@ |
return v8::ThrowException(v8::String::New("Error loading file")); |
} |
if (!ExecuteString(source, v8::String::New(*file), false, false)) { |
- return v8::ThrowException(v8::String::New("Error executing file")); |
+ return v8::ThrowException(v8::String::New("Error executing file")); |
} |
} |
return v8::Undefined(); |