mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Print "unexpected block" for non-PlatformIO exceptions
This commit is contained in:
@ -103,8 +103,7 @@ def main():
|
|||||||
error_str += str(e)
|
error_str += str(e)
|
||||||
else:
|
else:
|
||||||
error_str += format_exc()
|
error_str += format_exc()
|
||||||
|
error_str += """
|
||||||
error_str += """
|
|
||||||
============================================================
|
============================================================
|
||||||
|
|
||||||
An unexpected error occurred. Further steps:
|
An unexpected error occurred. Further steps:
|
||||||
|
Reference in New Issue
Block a user