]> git.saurik.com Git - cycript.git/blobdiff - Console.cpp
Fixed cycript.all for Cydget and isolated the new function namespaces (as I hate...
[cycript.git] / Console.cpp
index fad7dda7d9633d7f22a7d72f80c86d36fb325f05..a6a1c544dcef60b2e33174a35b9690f7fcbb1bb4 100644 (file)
@@ -332,7 +332,8 @@ static void Console(apr_pool_t *pool, int client) {
 
         if (debug)
             std::cout << code << std::endl;
-        code = "with(Cycript.all){" + code + "}";
+        if (!bypass)
+            code = "with(Cycript.all){" + code + "}";
 
         Run(client, code, fout, expand);
     }