mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
improve errors location (#23)
Signed-off-by: eric-therond <eric.therond.fr@gmail.com>
This commit is contained in:
@@ -304,7 +304,7 @@ impl Value {
|
||||
Self::make_or_get_value_mut(self, paths)
|
||||
}
|
||||
Value::Undefined => Ok(self),
|
||||
_ => bail!("make: not an selfect {self:?}"),
|
||||
_ => bail!("internal error: make: not an selfect {self:?}"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user