fix
This commit is contained in:
@ -48,7 +48,11 @@ export default class Notice {
|
||||
|
||||
stop() {
|
||||
if (this._socket) {
|
||||
this._socket.close();
|
||||
try{
|
||||
this._socket.close();
|
||||
}
|
||||
catch (e)
|
||||
{}
|
||||
this._socket = undefined;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user