|
@@ -65,7 +65,7 @@ final class JavaScriptWorker {
|
|
|
if logContext == "prepare/autosens.js" {
|
|
if logContext == "prepare/autosens.js" {
|
|
|
outputLogs = outputLogs.split(separator: "\n").map { logLine in
|
|
outputLogs = outputLogs.split(separator: "\n").map { logLine in
|
|
|
logLine.replacingOccurrences(
|
|
logLine.replacingOccurrences(
|
|
|
- of: "^[-+=x]|u\\(|\\)|\\d{1,2}h$",
|
|
|
|
|
|
|
+ of: "^[-+=x!]|u\\(|\\)|\\d{1,2}h$",
|
|
|
with: "",
|
|
with: "",
|
|
|
options: .regularExpression
|
|
options: .regularExpression
|
|
|
)
|
|
)
|