]> git.saurik.com Git - cycript.git/blobdiff - Console.cpp
Fixed a few bugs in the cross-compile and a GNUstep related casting issue.
[cycript.git] / Console.cpp
index 49952e461b694ee04f076eaf7388ef63e84334fd..77e9759a7e558e7c50e1164070921e57fecae6bc 100644 (file)
@@ -542,6 +542,7 @@ int Main(int argc, char const * const argv[], char const * const envp[]) {
             }
         } catch (...) {
             _syscall(close(server));
+            throw;
         }
     }
 #else