Skip to content

Commit c52ebea

Browse files
authored
fix: implement isDestroyed on MockBrowserWindow (#863)
1 parent 8b4dd97 commit c52ebea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cli/server.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ class MockBrowserWindow {
127127
});
128128
},
129129
};
130+
131+
isDestroyed(): boolean {
132+
return false;
133+
}
130134
}
131135

132136
const app = express();

0 commit comments

Comments
 (0)