jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

Avoid %w in fatal errors #356

Closed squaremo closed 4 years ago

squaremo commented 4 years ago

go vet doesn't like %w (wrap error) in format strings for fatal errors. This seems picky, but that's its job.