Skip to content

Commit e7fbe71

Browse files
committed
11
1 parent 02eb589 commit e7fbe71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ module openflow {
15791579
this.instance = await this.api.GetNoderedInstance();
15801580
console.log("GetNoderedInstance:");
15811581
console.log(this.instance);
1582-
if (this.instance !== null || this.instance !== undefined) {
1582+
if (this.instance !== null && this.instance !== undefined) {
15831583
this.messages += "GetNoderedInstance completed, status " + this.instance.status.phase + "\n";
15841584
} else {
15851585
this.messages += "GetNoderedInstance completed, status unknown/not existing" + "\n";

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.208
1+
0.0.209

0 commit comments

Comments
 (0)