Throw exception again
This commit is contained in:
parent
90922d85c6
commit
d6b75771c3
1 changed files with 1 additions and 2 deletions
|
|
@ -579,9 +579,8 @@ window.addEventListener("load", function() {
|
|||
try {
|
||||
config = JSON.parse(evt.data);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
ws.close();
|
||||
return;
|
||||
throw (e);
|
||||
}
|
||||
ready = true;
|
||||
updateUI();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue