mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-27 10:18:25 +00:00
Update variable name
This commit is contained in:
parent
55ffa5d3a8
commit
305d7c6e25
@ -21,8 +21,8 @@ impl Drop for Validation {
|
||||
errors:"
|
||||
);
|
||||
|
||||
for event in self.0.values() {
|
||||
println!("{}", event);
|
||||
for err in self.0.values() {
|
||||
println!("{}", err);
|
||||
}
|
||||
|
||||
if !thread::panicking() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user