]> git.saurik.com Git - cycript.git/blobdiff - Execute.cpp
Setting to .messages should only affect that Class.
[cycript.git] / Execute.cpp
index 8cd0c908698650666fc8d4acaf78b4a44cb5bb57..b4614c4266e884aeabd38adf85f08be4a3d228a8 100644 (file)
@@ -1685,7 +1685,7 @@ static JSValueRef require(JSContextRef context, JSObjectRef object, JSObjectRef
     CYJSString property("exports");
     JSObjectRef module;
 
-    const char *path(pool.strcat(lib, "/cycript/", CYPoolCString(pool, context, arguments[0]), ".cy", NULL));
+    const char *path(pool.strcat(lib, "/cycript0.9/", CYPoolCString(pool, context, arguments[0]), ".cy", NULL));
     CYJSString key(path);
     JSObjectRef modules(CYGetCachedObject(context, CYJSString("modules")));
     JSValueRef cache(CYGetProperty(context, modules, key));