Show a valid error when Internet is off-line while initializing a new project // Resolve #1784

This commit is contained in:
Ivan Kravets
2018-10-12 22:30:28 +03:00
parent 69d01c4bc1
commit 6294580e25
3 changed files with 4 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class InternetIsOffline(PlatformioException):
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.")
"to install all dependencies and toolchains.")
class LibNotFound(PlatformioException):