From fcc1319245489834ee7836a00f12a75399413b78 Mon Sep 17 00:00:00 2001 From: Lukas Rist Date: Wed, 23 Feb 2022 14:55:14 +0100 Subject: [PATCH] Fixing type --- harness/harness.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/harness.go b/harness/harness.go index 87ad05b..d264f98 100644 --- a/harness/harness.go +++ b/harness/harness.go @@ -206,7 +206,7 @@ func NewHarness(c *model.CommandConfig, paths *model.RevelContainer, runMode str // called by the watcher func (h *Harness) Refresh() (err *utils.SourceError) { t := time.Now(); - fmt.Println("Changed detected, recompiling") + fmt.Println("Change detected, recompiling") err = h.refresh() if err!=nil && !h.ranOnce && h.useProxy { addr := fmt.Sprintf("%s:%d", h.paths.HTTPAddr, h.paths.HTTPPort)