hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

refactor: move exception handling to engine #196

Closed roleyfoley closed 3 years ago

roleyfoley commented 3 years ago

Intent of Change

Description

Motivation and Context

Aligns with https://github.com/hamlet-io/engine/pull/1645 This change extends the separation between the bash executor and the engine and allows for the engine to manage its own exceptions

How Has This Been Tested?

Tested locally

Followup Actions