From ba1e254500da311b8cff99aa5d8a20a6ccba8c4b Mon Sep 17 00:00:00 2001 From: ParentPartner <168586780+ParentPartner@users.noreply.github.com> Date: Wed, 20 May 2026 18:20:16 -0400 Subject: [PATCH] Fix typo in console log --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index c746bd5..bac6a77 100644 --- a/main.js +++ b/main.js @@ -119,7 +119,7 @@ async function captureAndReadScreen() { overlayWindow.webContents.send('overlay-start'); } - console.log('[OCR] Watining 4 seconds for animation CS2...'); + console.log('[OCR] Waiting 4 seconds for animation CS2...'); await new Promise(resolve => setTimeout(resolve, 4000)); console.log('[OCR] Screenshotting CS2...'); @@ -293,4 +293,4 @@ app.on('will-quit', () => { app.on('window-all-closed', () => { if (process.platform !== 'darwin') app.quit(); -}); \ No newline at end of file +});