ProgramLoader corrections
This commit is contained in:
@@ -12,3 +12,8 @@ Manager * Manager::getInstance(const std::string &program_path) {
|
||||
static Manager instance{program_path};
|
||||
return &instance;
|
||||
}
|
||||
|
||||
int Manager::run() {
|
||||
ProgramLoader::getInstance(m_path)->indexFile();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user