HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

improve error message when target program fails to start using traditional bridge

Open hippiehunter opened this issue 5 years ago • 0 comments

Currently we just throw an untyped exception with the text "process exited during initialization" we should try to provide additional information, such as the data that came from stdin/stdout. Additionally it should be some sort of bridge exception rather than a System.Exception.

hippiehunter avatar Jul 08 '19 19:07 hippiehunter