forked from Cutieguwu/raven
Add better handling of undefined entry points.
This commit is contained in:
@@ -18,5 +18,7 @@ pub enum Error {
|
||||
#[from]
|
||||
TomlSerialize(toml::ser::Error),
|
||||
|
||||
UndefinedEntryPoint,
|
||||
|
||||
UnknownPackage,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user