0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 23:35:19 +00:00

Removed spurious number from exception message.

This commit is contained in:
Simon Best 2013-03-24 22:56:55 +00:00
parent cd20140774
commit db50fc25d1

View File

@ -290,7 +290,7 @@ V8JS_METHOD(require)
if (EG(exception)) {
// Clear the PHP exception and throw it in V8 instead
zend_clear_exception(TSRMLS_CC);
return v8::ThrowException(v8::String::New("Module loader callback exception 456"));
return v8::ThrowException(v8::String::New("Module loader callback exception"));
}
// Convert the return value to string