X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b166b11b8612a2428d7b86bd3dd27207a3f60dab..9567837688897dd742899612a9701fc590f54326:/Console.cpp diff --git a/Console.cpp b/Console.cpp index 49952e4..77e9759 100644 --- a/Console.cpp +++ b/Console.cpp @@ -542,6 +542,7 @@ int Main(int argc, char const * const argv[], char const * const envp[]) { } } catch (...) { _syscall(close(server)); + throw; } } #else