Handle error when internet is offline. Resolve # 3503 (#3505)

* Handle error when internet is offline.

* Fix

* minor fix
This commit is contained in:
ShahRustam
2020-05-17 22:44:27 +03:00
committed by GitHub
parent 54d73e834b
commit eac6c1c552
2 changed files with 51 additions and 55 deletions

View File

@ -232,8 +232,8 @@ class InternetIsOffline(UserSideException):
MESSAGE = (
"You are not connected to the Internet.\n"
"If you build a project first time, we need Internet connection "
"to install all dependencies and toolchains."
"PlatformIO needs the Internet connection to"
" download dependent packages or to work with PIO Account."
)