mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-29 07:51:01 +00:00
Support path mappings for analysis
This commit is contained in:
@@ -27,7 +27,7 @@ class file_system
|
||||
{
|
||||
if (!win_path.is_absolute())
|
||||
{
|
||||
throw std::runtime_error("Only absolute paths can be translated!");
|
||||
throw std::runtime_error("Only absolute paths can be translated: " + win_path.string());
|
||||
}
|
||||
|
||||
const auto mapping = this->mappings_.find(win_path);
|
||||
|
||||
Reference in New Issue
Block a user