You've already forked AstralRinth
forked from didirus/AstralRinth
Fix handling of paths longer than 260 chars on Windows during export (#847)
This commit is contained in:
@@ -34,6 +34,9 @@ pub enum ErrorKind {
|
||||
#[error("I/O error: {0}")]
|
||||
IOError(#[from] util::io::IOError),
|
||||
|
||||
#[error("I/O (std) error: {0}")]
|
||||
StdIOError(#[from] std::io::Error),
|
||||
|
||||
#[error("Error launching Minecraft: {0}")]
|
||||
LauncherError(String),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user