andytill / erlyberly

erlang tracing for the masses
https://twitter.com/erlyberlytips
GNU General Public License v3.0
694 stars 43 forks source link

do not fail when writing properties #165

Closed chilikk closed 6 years ago

chilikk commented 6 years ago

This is a workaround for https://github.com/andytill/erlyberly/issues/163

Writing properties is not crucial to continue operation, so we should just continue if TomlWriter failed to load

andytill commented 6 years ago

Thanks!