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
MIT License
285 stars 67 forks source link

[Bug] last window is undefined #33

Closed dreisel closed 4 years ago

dreisel commented 4 years ago

When fetching the last window, the instance is not updated. this PR creates a getter method for this.

dreisel commented 4 years ago

fixes #34

asticode commented 4 years ago

FYI I've created a v0.40.0 tag but I'll wait to see if I'm merging your other PR before bumping GO code as well