Skip to content

Commit

Permalink
FIX: fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune committed Dec 31, 2024
1 parent 4cef63c commit d0e2ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/electron/manager/windowManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class WindowManager {
*/
public getWindow() {
if (this._win == undefined) {
throw new Error("win == undefined");
throw new Error("_win == undefined");
}
return this._win;
}
Expand Down

0 comments on commit d0e2ccf

Please sign in to comment.