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 {
|
try {
|
||||||
config = JSON.parse(evt.data);
|
config = JSON.parse(evt.data);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
|
||||||
ws.close();
|
ws.close();
|
||||||
return;
|
throw (e);
|
||||||
}
|
}
|
||||||
ready = true;
|
ready = true;
|
||||||
updateUI();
|
updateUI();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue