JonasJurczok / faketorio

Run automatic tests for your mod inside Factorio
MIT License
19 stars 4 forks source link

print stack trace to increase findability #56

Closed JonasJurczok closed 6 years ago

JonasJurczok commented 6 years ago

Currently faketorio prints only the last line of the stacktrace in the error message. This makes understanding the context of the error quite hard.

Faketorio should print the whole stacktrace.

JonasJurczok commented 6 years ago

PR was merged.