mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Bug fixes
This commit is contained in:
@@ -45,7 +45,6 @@ public:
|
||||
return -1;
|
||||
size_t ErrorRef = LogVisor::ErrorCount;
|
||||
HECL::Database::Project proj((HECL::ProjectRootPath(*m_dir)));
|
||||
proj.enableDataSpecs({_S("hecl-little")});
|
||||
if (LogVisor::ErrorCount > ErrorRef)
|
||||
return -1;
|
||||
LogModule.report(LogVisor::Info, _S("initialized project at '%s/.hecl'"), m_dir->c_str());
|
||||
|
||||
Reference in New Issue
Block a user