Skip to content

Fix error message on not existing applets

Marco Martin requested to merge work/mart/nonExistentError into master

Don't try to do version checks if the package doesn't exists at all If the applet is not found on disk just output

Error loading Applet: package does not exist

Merge request reports