mirror of
https://github.com/kataras/iris.git
synced 2026-01-06 03:27:27 +00:00
Go v1.8 and the upcoming Iris version notes on HISTORY.md.
This commit is contained in:
@@ -27,8 +27,8 @@ func run(cli.Flags) error {
|
||||
}
|
||||
|
||||
func runAndWatch(programPath string) {
|
||||
rizla.DefaultDisableProgramRerunOutput = true // we don't want the banner to be shown after the first run
|
||||
// run with the filepath.Walk method instead of file signals because
|
||||
// some (not the majority) users' editors override the operating system's file signals
|
||||
rizla.RunWith(rizla.WatcherFromFlag("-walk"))
|
||||
// we don't want the banner to be shown after the first run
|
||||
rizla.DefaultDisableProgramRerunOutput = true
|
||||
// See https://github.com/kataras/rizla/issues/6#issuecomment-277533051
|
||||
rizla.Run(programPath)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user