fix windows build
This commit is contained in:
+1
-1
@@ -2811,7 +2811,7 @@ int main(int argc, char** argv) {
|
|||||||
// see what the exception message was.
|
// see what the exception message was.
|
||||||
try {
|
try {
|
||||||
a->run(args);
|
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());
|
phosg::log_error("Top-level exception (cannot_open_file): %s", e.what());
|
||||||
throw;
|
throw;
|
||||||
} catch (const invalid_argument& e) {
|
} catch (const invalid_argument& e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user