Pārlūkot izejas kodu

Removed spurious number from exception message.

Simon Best 12 gadi atpakaļ
vecāks
revīzija
db50fc25d1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      v8js_methods.cc

+ 1 - 1
v8js_methods.cc

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