mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 12:36:42 +00:00
Merge remote-tracking branch 'mmd/windowswarnings'
This commit is contained in:
commit
b041a511b6
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ bool DataFilesPage::setupDataFiles()
|
||||||
|
|
||||||
} catch(std::runtime_error &e) {
|
} catch(std::runtime_error &e) {
|
||||||
// An error occurred while reading the .esp
|
// An error occurred while reading the .esp
|
||||||
|
std::cerr << "Error reading .esp: " << e.what() << std::endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue