mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Revert Fatal on JS Error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user