mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
144| loadStartModule return ENOENT
This commit is contained in:
parent
7b4e68d50e
commit
c833802f9a
@ -529,9 +529,8 @@ int RuntimeLinker::loadStartModule(std::filesystem::path const& path, size_t arg
|
||||
|
||||
auto ifFile = util::openFile(path);
|
||||
if (!ifFile) {
|
||||
|
||||
LOG_CRIT(L"Couldn't open file %s", path.c_str());
|
||||
return 0;
|
||||
LOG_ERR(L"Couldn't open file %s", path.c_str());
|
||||
return getErr(ErrCode::_ENOENT);
|
||||
}
|
||||
|
||||
// Load Module
|
||||
|
Loading…
Reference in New Issue
Block a user