Updating license and Fixing minor issues #41

Merged
SinusFox merged 42 commits from adding-results-and-export into main 2024-10-09 19:36:31 +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) {