Adding language switching and minimize button #43

Merged
SinusFox merged 47 commits from adding-unit-tests-and-language-switching into main 2024-10-11 07:30:11 +00:00
Showing only changes of commit 043e007b83 - Show all commits
+1 -1
View File
@@ -47,7 +47,7 @@ function walltimeStart() {
}
function isInputValidRegex(obj: string | undefined, subj: string | undefined, bounds: string | undefined, vars: string | undefined): boolean {
customLog("Staring input checks...");
customLog("Starting input checks...");
// standard case: input is undefined - invalid
if (obj === undefined || obj === null || subj === undefined || subj === null || bounds === undefined || bounds === null || vars === undefined || vars === null) {