mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Split load function
This commit is contained in:
parent
f97b0c0faa
commit
6c9f26f49b
2 changed files with 32 additions and 23 deletions
|
@ -110,7 +110,7 @@ public class Main {
|
|||
ts = m;
|
||||
if (m.userExists()) {
|
||||
try {
|
||||
m.load();
|
||||
m.init();
|
||||
} catch (Exception e) {
|
||||
System.err.println("Error loading state file \"" + m.getFileName() + "\": " + e.getMessage());
|
||||
return 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue