elastic / elastic-agent-system-metrics

Apache License 2.0
0 stars 23 forks source link

fix: move non-fatal error to helpers #167

Closed VihasMakwana closed 4 months ago

VihasMakwana commented 4 months ago

A quick fix PR to move NonFatalErr to helpers.go instead of process.go. This makes sure that NonFatalErr compiles for all OS'.

Why is it important?

Checklist

Author's Checklist

Related issues