Skip to content

Commit

Permalink
fox crash due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Aug 16, 2023
1 parent 268191c commit df6ceea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.4.4
- bug fixes

# 1.4.3
- updated to the new steam authentication method (this fixes [#30](https://github.com/dumbasPL/csgo-checker/issues/30))
- updated to electron 25
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function createWindow () {
autoUpdater.checkForUpdates();
}
});
promptWindow.webContents.on('render-process-gone', (event, detailed) => {
win.webContents.on('render-process-gone', (event, detailed) => {
console.error("render crashed, reason: " + detailed.reason + ", exitCode = " + detailed.exitCode)
});

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csgo-checker",
"version": "1.4.3",
"version": "1.4.4",
"description": "Check CS:GO accounts for bans/cooldowns/wins/ranks",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit df6ceea

Please sign in to comment.