mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
livereload: Simplify conditional
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
2c5e4f7640
commit
bafb77172b
@@ -33,8 +33,7 @@ func (c *connection) reader() {
|
||||
if err != nil {
|
||||
break
|
||||
}
|
||||
switch true {
|
||||
case bytes.Contains(message, []byte(`"command":"hello"`)):
|
||||
if bytes.Contains(message, []byte(`"command":"hello"`)){
|
||||
c.send <- []byte(`{
|
||||
"command": "hello",
|
||||
"protocols": [ "http://livereload.com/protocols/official-7" ],
|
||||
|
Reference in New Issue
Block a user