atomist / sdm-core

Event-based implementation of an SDM, which subscribes to Atomist GraphQL
Apache License 2.0
6 stars 3 forks source link

Errors code transforms disappear. Print them to the log please #164

Closed jessitron closed 5 years ago

jessitron commented 5 years ago

When a code transform throws an exception or returns failure, this is ignored and the goal completes successfully.

This is okay, but I want to see the exception or the error property of the TransformResult. Please print this to the log.

cdupuis commented 5 years ago

Issue moved to atomist/sdm#746