mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-25 16:44:19 +01:00
Split load function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user