diff --git a/runner.go b/runner.go index 8e687b48..ab9e8f6d 100644 --- a/runner.go +++ b/runner.go @@ -204,7 +204,7 @@ func initPlugin(path string) (plugin common.Plugin, err error) { go func() { <-c plugin.Quit() - os.Exit(1) + os.Exit(0) }() // report event for initializing plugin