asticode / astilectron

Electron app that provides an API over a TCP socket that allows executing Electron's method as well as capturing Electron's events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] lastWindow is always null in main.js

dreisel opened this issue · comments

the last window gets updated in the index.js file but the exported instance is a reference to the original value, then when overriding the lastWindow the exported module is not being updated.