forked from platformio/platformio-core
Handle error when internet is offline. Resolve # 3503 (#3505)
* Handle error when internet is offline. * Fix * minor fix
This commit is contained in:
@ -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."
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user