mirror of
https://github.com/kataras/iris.git
synced 2026-01-01 09:17:02 +00:00
This commit is contained in:
@@ -111,7 +111,8 @@ func runAndWatch(flags cli.Flags) error {
|
||||
if !isWindows {
|
||||
fname = " " // we don't want to print the ".gooutput..." so dont print anything as a name
|
||||
}
|
||||
printer.Infof("\n[OP: %d] File '%s' changed, reloading...", atomic.LoadUint32(×), fname)
|
||||
|
||||
printer.Infof("\n[OP: %d] File %s changed, reloading...", atomic.LoadUint32(×), fname)
|
||||
|
||||
//kill the prev run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user