Merge pull request #10 from Tahinli/dev
fix: Quit when undefined type detected
This commit is contained in:
commit
e1e94ed2c4
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ impl FileInfo
|
|||
else
|
||||
{
|
||||
println!("Error: Undefined Type -> {}", self.location.as_ref().unwrap());
|
||||
return;
|
||||
}
|
||||
}
|
||||
None =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue