Add logs if emscripted failed. Updated emscripten.

This commit is contained in:
Oleg Sh
2024-12-25 20:26:41 +01:00
parent a76a9da938
commit 20b8377651
8 changed files with 8 additions and 7 deletions

View File

@@ -282,6 +282,7 @@ BaseAlgorithmEx.prototype.CalculateAlgorithm = function(algorithmName, otherPara
res = this.app.processEmscripten(processData);
}
catch (error) {
userAction("emscripten_error_" + algorithmName);
console.log("Error on Emscripten: " + error + "\n" + error.stack);
callCGIAlgorithms();
return true;