Merge pull request #252 from nats-io/fix_win_build

Fix Windows build
This commit is contained in:
Derek Collison
2016-04-22 18:36:37 -07:00

View File

@@ -79,7 +79,6 @@ func getStatsForProcess(name string, pcpu *float64, rss, vss *int64, pid *int) (
return nil
} else {
// something went wrong executing the command
Debugf("exec failure: %s\n", string(out))
return errors.New(fmt.Sprintf("typeperf failed: %v", err))
}
}