Merge commit 'bf5b67ef9a' into development-GUI

This commit is contained in:
buzz-lightsnack-2007 2024-05-06 09:53:04 +08:00
commit ecde00943a

View file

@ -40,6 +40,8 @@ export default class net {
} }
}; };
}; };
} else if (!CONNECT.ok) {
throw new ReferenceError();
} }
} catch(err) { } catch(err) {
throw err; throw err;