specify failed addon path

This commit is contained in:
dfsek
2022-06-07 08:53:57 -07:00
parent fa66bd3c42
commit 5de8df188a
2 changed files with 2 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ public class BootstrapAddonLoader implements BootstrapBaseAddon<BootstrapBaseAdd
}
} catch(IOException e) {
throw new UncheckedIOException(e);
throw new AddonLoadException("Failed to load addon from path " + addonPath, e);
}
}