Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -108,6 +108,7 @@ export class Repository { | ... | @@ -108,6 +108,7 @@ export class Repository { |
| 108 | console.log("prepare local couch url: ", localCouchUrl); | 108 | console.log("prepare local couch url: ", localCouchUrl); |
| 109 | resolve(this.prepare(localCouchUrl)); | 109 | resolve(this.prepare(localCouchUrl)); |
| 110 | }).catch(() => { | 110 | }).catch(() => { |
| 111 | + this._node = null; | ||
| 111 | resolve(this.prepare(response.db_url)); | 112 | resolve(this.prepare(response.db_url)); |
| 112 | }); | 113 | }); |
| 113 | }); | 114 | }); | ... | ... |
-
Please register or login to post a comment