Another quick fix.
This commit is contained in:
parent
ae73c0147f
commit
9c65f1ab41
|
@ -240,7 +240,7 @@ function processStringSyncInternal(
|
|||
string = string.replace(block, outcome)
|
||||
}
|
||||
}
|
||||
return opts?.logging ? string : { result: string, logs }
|
||||
return !opts?.logging ? string : { result: string, logs }
|
||||
} else {
|
||||
return process(string)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue