We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5493b15 commit 9499bc2Copy full SHA for 9499bc2
1 file changed
src/main.cpp
@@ -58,7 +58,7 @@ void signalLogger(int sig)
58
#include <exception>
59
void exceptionLogger()
60
{
61
- static bool logged = false;
+ static int logged = 0;
62
std::string error;
63
try {
64
if (!logged++) throw;
0 commit comments