Merge branch 'main' of https://github.com/httprunner/hrp into main

This commit is contained in:
debugtalk
2022-03-22 11:55:00 +08:00
11 changed files with 380 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ func initPlugin(path string, logOn bool) (plugin funplugin.IPlugin, err error) {
go func() {
<-c
plugin.Quit()
os.Exit(0)
}()
// report event for initializing plugin