mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Fix incorrect error message
This commit is contained in:
parent
3e981d66e9
commit
783201d12e
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public class App {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new IOErrorException("Failed to load local accounts file", e);
|
throw new IOErrorException("Failed to load local accounts file", e);
|
||||||
} catch (AccountCheckException e) {
|
} catch (AccountCheckException e) {
|
||||||
throw new UnexpectedErrorException("Failed to load local accounts file", e);
|
throw new UnexpectedErrorException("Failed to load account file", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue