fix windows build

This commit is contained in:
Martin Michelsen
2024-08-24 16:18:46 -07:00
parent 49992be60a
commit 089980a6ab
+1 -1
View File
@@ -2811,7 +2811,7 @@ int main(int argc, char** argv) {
// see what the exception message was.
try {
a->run(args);
} catch (const cannot_open_file& e) {
} catch (const phosg::cannot_open_file& e) {
phosg::log_error("Top-level exception (cannot_open_file): %s", e.what());
throw;
} catch (const invalid_argument& e) {