Small tweak

This commit is contained in:
Jeffrey Morgan 2015-03-07 21:34:15 -05:00
parent 8df9f3ac2f
commit 9f05b315b8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ var Docker = {
tryCount += 1;
yield Promise.delay(delay);
if (tryCount > tries) {
throw new Error('Cannot connect to the Docker Engine. Either the VM is not responding or it may be blocked by a VPN connection: ' + err.message);
throw new Error('Cannot connect to the Docker Engine. Either the VM is not responding or the connection may be blocked (VPN or Proxy): ' + err.message);
}
continue;
}