2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

LogVisor report additions; Updated RetroCommon

This commit is contained in:
Jack Andersen
2015-07-05 15:35:08 -10:00
parent cd0b2f0926
commit 14a368553d
13 changed files with 94 additions and 91 deletions

View File

@@ -120,7 +120,7 @@ Time ProjectPath::getModtime() const
return Time(latestTime);
}
}
throw HECL::Exception(_S("invalid path type"));
LogModule.report(LogVisor::Error, _S("invalid path type for computing modtime"));
return Time();
}