mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Add logs if emscripted failed. Updated emscripten.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user