[Modify] Polish it

This commit is contained in:
sta 2021-10-25 21:10:18 +09:00
parent bff70be481
commit d45eaf01e1

View File

@ -926,6 +926,7 @@ namespace WebSocketSharp.Server
{ {
if (_websocket == null) { if (_websocket == null) {
var msg = "The current state of the connection is not Open."; var msg = "The current state of the connection is not Open.";
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }