One last try for PGI

This commit is contained in:
Aaron Gokaslan
2022-02-15 13:02:44 -05:00
parent d231f15996
commit df6cb30112

View File

@@ -409,6 +409,7 @@ public:
return m_lazy_what.c_str();
} catch (...) {
m_lazy_what = "Unknown internal error occurred";
return m_lazy_what.c_str();
}
}
return m_lazy_what.c_str();