Merge pull request #10 from Tahinli/dev

fix: Quit when undefined type detected
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-11-06 22:26:03 +00:00 committed by GitHub
commit e1e94ed2c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,7 @@ impl FileInfo
else
{
println!("Error: Undefined Type -> {}", self.location.as_ref().unwrap());
return;
}
}
None =>