mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 20:17:21 -04:00
parent
9323707b32
commit
bec1ac7b33
@ -33,7 +33,7 @@ func (c *connection) reader() {
|
||||
if err != nil {
|
||||
break
|
||||
}
|
||||
if 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" ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user