#204: Worked on multi-files. Found coroutine async issues

This commit is contained in:
frikky
2020-12-01 16:49:54 +01:00
parent 099e73916e
commit 93491f5ffb
4 changed files with 64 additions and 23 deletions
+1 -1
View File
@@ -5902,7 +5902,7 @@ const AngularWorkflow = (props) => {
try {
const tmp = String(JSON.parse(showResult))
if (!showResult.includes("{") && !showResult.includes("[")) {
console.log("IN HERE: ", tmp)
//console.log("IN HERE: ", tmp)
jsonvalid = false
}
} catch (e) {