You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this may be a specific case caused by passing the screen ID of the new Monterey status indicator dot into some TypeScript like:
import { Window } from 'node-window-manager';
const demo = (windowId: string) => {
const parsedWindowId = parseInt(windowId.split(':')[1], 10);
const window = new Window(parsedWindowId);
return window.getBounds();
}
// EDIT: It might also be something else, just not sure - the legacy codebase I'm on can be hard to follow along with
Bug description
When creating new Window by passing Id crashes the electron app
To Reproduce
Expected behavior
Screenshots
Details:
node-window-manager
version: 2.2.4node-window-manager
version: 2.2.4Additional context
The text was updated successfully, but these errors were encountered: