diff --git a/src/phantom.cpp b/src/phantom.cpp index 0672079f..7bc5864b 100644 --- a/src/phantom.cpp +++ b/src/phantom.cpp @@ -199,7 +199,7 @@ bool Phantom::execute() return false; } - return true; + return !m_terminated; } int Phantom::returnValue() const