fix updater printing on --help / --version commands

This commit is contained in:
Vendicated
2025-10-21 21:16:24 +02:00
parent d293b166fe
commit b02acd6a7b
2 changed files with 3 additions and 3 deletions

View File

@@ -139,3 +139,5 @@ export function checkCommandLineForHelpOrVersion() {
}
}
}
checkCommandLineForHelpOrVersion();