Fix 7z Crash by not using x.ExitCode anymore
This commit is contained in:
@@ -109,7 +109,7 @@ namespace AndroidSideloader.Utilities
|
||||
}));
|
||||
}
|
||||
_ = Logger.Log(error, LogLevel.ERROR);
|
||||
extractionError = $"Extracting failed, status code {x.ExitCode}";
|
||||
extractionError = $"Extracting failed: {error}"; // Store the error message directly
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user