lib/kdwatch-app.rb in kdwatch-0.1.0 vs lib/kdwatch-app.rb in kdwatch-0.1.1

- old
+ new

@@ -43,10 +43,10 @@ watch("#{sfn}") end GF rd, _wr = IO.pipe -spawn("guard -G .Guardfile", in: rd) +spawn("guard -G .Guardfile", in: rd, close_others: true) # wrong: puts settings.port url = "http://127.0.0.1:7991"