From cf61a55b1e490befa976d4240593b535777caf69 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 5 Mar 2023 22:05:49 +0100 Subject: fully get rid of utils.js I'd managed to forget to change some function calls to their new modularized versions, that's now fixed. --- src/cli.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/cli.js') diff --git a/src/cli.js b/src/cli.js index 55e12a1..e332085 100644 --- a/src/cli.js +++ b/src/cli.js @@ -52,9 +52,8 @@ function gamepathExists() { // General CLI initialization // -// A lot of the CLI is handled through events sent back to the main -// process or utils.js to handle, this is because we re-use these events -// for the renderer as well. +// A lot of the CLI is handled through events sent back to the main process for +// it to handle, this is because we re-use these events for the renderer as. async function init() { // --help menu/argument if (cli.hasSwitch("help")) { -- cgit v1.2.3