Another quick fix.

This commit is contained in:
mike12345567 2025-01-20 15:58:11 +00:00
parent ae73c0147f
commit 9c65f1ab41
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ function processStringSyncInternal(
string = string.replace(block, outcome) string = string.replace(block, outcome)
} }
} }
return opts?.logging ? string : { result: string, logs } return !opts?.logging ? string : { result: string, logs }
} else { } else {
return process(string) return process(string)
} }