mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-24 23:57:21 -04:00
In a couple places in the codebase we didn't check the errors from functions we execute. In some cases this is harmless (or at least ignorable), but others may need to log what went wrong, so for all the reported occurrences we either ignore explicitly or handle the error with a log. |
||
|---|---|---|
| .. | ||
| version | ||
| artifact.go | ||
| LICENSE | ||
| post-processor.go | ||
| post-processor.hcl2spec.go | ||
| post-processor_test.go | ||