Add new line after benhmark errors

This commit is contained in:
shortcutme 2019-05-30 04:24:17 +02:00
parent efb7b147af
commit d548c6bdfa
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -563,7 +563,7 @@ class UiRequestPlugin(object):
CryptBitcoin.loadLib(lib_verify)
loaded = True
except Exception as err:
yield "- Error loading %s: %s" % (lib_verify, err)
yield "- Error loading %s: %s<br>" % (lib_verify, err)
loaded = False
if not loaded:
continue