mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Fix syncer error handling for getStatus (#5914)
This commit is contained in:
parent
3c86cf7d2e
commit
0413c3a38e
@ -269,7 +269,7 @@ Syncer.prototype.getStatus = function(callback) {
|
||||
// Get login status
|
||||
this.syncadaptor.getStatus(function(err,isLoggedIn,username,isReadOnly,isAnonymous) {
|
||||
if(err) {
|
||||
self.logger.alert(err);
|
||||
self.displayError("Get Status Error",err);
|
||||
} else {
|
||||
// Set the various status tiddlers
|
||||
self.wiki.addTiddler({title: self.titleIsReadOnly,text: isReadOnly ? "yes" : "no"});
|
||||
|
Loading…
Reference in New Issue
Block a user