Skip to content

Commit df6ceea

Browse files
committed
fox crash due to typo
1 parent 268191c commit df6ceea

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.4.4
2+
- bug fixes
3+
14
# 1.4.3
25
- updated to the new steam authentication method (this fixes [#30](https://github.com/dumbasPL/csgo-checker/issues/30))
36
- updated to electron 25

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function createWindow () {
205205
autoUpdater.checkForUpdates();
206206
}
207207
});
208-
promptWindow.webContents.on('render-process-gone', (event, detailed) => {
208+
win.webContents.on('render-process-gone', (event, detailed) => {
209209
console.error("render crashed, reason: " + detailed.reason + ", exitCode = " + detailed.exitCode)
210210
});
211211

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csgo-checker",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Check CS:GO accounts for bans/cooldowns/wins/ranks",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)