mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-25 04:21:42 +00:00
parent
9323707b32
commit
bec1ac7b33
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func (c *connection) reader() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if bytes.Contains(message, []byte(`"command":"hello"`)){
|
if bytes.Contains(message, []byte(`"command":"hello"`)) {
|
||||||
c.send <- []byte(`{
|
c.send <- []byte(`{
|
||||||
"command": "hello",
|
"command": "hello",
|
||||||
"protocols": [ "http://livereload.com/protocols/official-7" ],
|
"protocols": [ "http://livereload.com/protocols/official-7" ],
|
||||||
|
|
Loading…
Reference in a new issue