Skip to content
Snippets Groups Projects
Commit cf7625f7 authored by ajohnsen@google.com's avatar ajohnsen@google.com Committed by Natalie Weizenbaum
Browse files

Print entire SocketException in pub, to help debug the problem.

BUG=
R=kustermann@google.com

Review URL: https://codereview.chromium.org//19792005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25220 260f80e4-7a28-3924-810f-c04153c831b5
parent dea04dda
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ class HostedSource extends Source {
if (error is io.SocketException) {
fail('Got socket error trying to find package "$package" at $url.\n'
'${error.osError}');
'$error');
}
// Otherwise re-throw the original exception.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment