You've already forked AstralRinth
forked from didirus/AstralRinth
Upgrading (#354)
* fixed no download bug * draft * Working version * minor improvements * cicd fix * merge conflicts * fixed major merge confusion * more conflicts, reformatting * fixed random bugs found * added second repair option to avoid confusion
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//! Theseus error type
|
||||
use crate::{profile_create, util};
|
||||
use crate::{profile, util};
|
||||
use tracing_error::InstrumentError;
|
||||
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
@@ -68,7 +68,7 @@ pub enum ErrorKind {
|
||||
UnmanagedProfileError(String),
|
||||
|
||||
#[error("Could not create profile: {0}")]
|
||||
ProfileCreationError(#[from] profile_create::ProfileCreationError),
|
||||
ProfileCreationError(#[from] profile::create::ProfileCreationError),
|
||||
|
||||
#[error("User is not logged in, no credentials available!")]
|
||||
NoCredentialsError,
|
||||
|
||||
Reference in New Issue
Block a user