Fixups to initial Config
This commit is contained in:
@@ -942,7 +942,7 @@ export class PiPedalModel //implements PiPedalModel
|
||||
return this.webSocket.connect();
|
||||
})
|
||||
.catch((error) => {
|
||||
this.setError("Failed to connect to server.");
|
||||
this.setError("Failed to connect to server." + error.toString());
|
||||
return false;
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user