sentialx / node-window-manager

Manage windows in Windows, macOS and Linux using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If we get windowInfo for each window, app crashes

NirmanSonawane opened this issue · comments

var windowInfo = []
var allWindows = windowManager.getWindows();
console.log(allWindowsD.length)
      for(let i=0;i<allWindows.length;i++){
	     windowInfo.push(this.allWindowsD[i].getInfo())
	   }		 

App crashes if we try to get all windowInfo's at once

macOS or Windows?

macOS or Windows?

macOS

Merging into #27