We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eb589 commit e7fbe71Copy full SHA for e7fbe71
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -1579,7 +1579,7 @@ module openflow {
1579
this.instance = await this.api.GetNoderedInstance();
1580
console.log("GetNoderedInstance:");
1581
console.log(this.instance);
1582
- if (this.instance !== null || this.instance !== undefined) {
+ if (this.instance !== null && this.instance !== undefined) {
1583
this.messages += "GetNoderedInstance completed, status " + this.instance.status.phase + "\n";
1584
} else {
1585
this.messages += "GetNoderedInstance completed, status unknown/not existing" + "\n";
VERSION
@@ -1 +1 @@
1
-0.0.208
+0.0.209
0 commit comments