octalmage / active-window

Get active window title in Node.js.
160 stars 51 forks source link

Multiple calls to getActiveWindow fails. #16

Open shingotakagi opened 7 years ago

shingotakagi commented 7 years ago

This is a quick fix to where multiple calls to getActiveWindow() fails because its config.parameters keeps accumulating more and more parameters (repeats & interval).

I've also added a typescript declaration file, so people can use it from typescript. (Which is where I use it.)