Revert Fatal on JS Error

This commit is contained in:
Lea Anthony
2020-10-20 06:45:02 +11:00
parent 07b6fc0c52
commit 6fdf088531

View File

@@ -21,7 +21,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
error: JSON.stringify(error),
stack: function() { return JSON.stringify(new Error().stack); }(),
};
window.wails.Log.Fatal(JSON.stringify(errorMessage));
window.wails.Log.Error(JSON.stringify(errorMessage));
};
// Initialise the Runtime