Skip to content

Commit de759ef

Browse files
kchprogMstrPikachu
andauthored
Update src/main/java/org/hydev/mcpm/client/database/SuperLocalPluginTracker.java
Co-authored-by: MstrPikachu <[email protected]>
1 parent 2dc1dd7 commit de759ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hydev/mcpm/client/database/SuperLocalPluginTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ private File getPluginFile(String name) {
594594
throw new Exception("Empty Directory.");
595595
}
596596

597-
} catch (Exception e) {
597+
} catch (IOException e) {
598598
throw new IllegalArgumentException("Plugin not found, error with directory iteration.");
599599
}
600600
}

0 commit comments

Comments
 (0)