mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Explain that we need Internet connection to install all dependencies
This commit is contained in:
@ -164,7 +164,9 @@ class APIRequestError(PlatformioException):
|
|||||||
|
|
||||||
class InternetIsOffline(PlatformioException):
|
class InternetIsOffline(PlatformioException):
|
||||||
|
|
||||||
MESSAGE = "You are not connected to the Internet"
|
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 toolchain."
|
||||||
|
|
||||||
|
|
||||||
class LibNotFound(PlatformioException):
|
class LibNotFound(PlatformioException):
|
||||||
|
Reference in New Issue
Block a user