ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-WebDriver/WebDriver.pm
(Generate patch)

Comparing AnyEvent-WebDriver/WebDriver.pm (file contents):
Revision 1.58 by root, Fri Mar 27 23:55:14 2020 UTC vs.
Revision 1.59 by root, Wed Dec 16 16:42:18 2020 UTC

152 152
153 if ($status ne "200") { 153 if ($status ne "200") {
154 my $msg; 154 my $msg;
155 155
156 if (exists $res->{error}) { 156 if (exists $res->{error}) {
157 $msg = "AyEvent::WebDriver: $res->{error}: $res->{message}"; 157 $msg = "AnyEvent::WebDriver: $res->{error}: $res->{message}";
158 $msg .= "\n$res->{stacktrace}caught at" if length $res->{stacktrace}; 158 $msg .= "\n$res->{stacktrace}caught at" if length $res->{stacktrace};
159 } else { 159 } else {
160 $msg = "AnyEvent::WebDriver: http status $status (wrong endpoint?), caught"; 160 $msg = "AnyEvent::WebDriver: http status $status (wrong endpoint?), caught";
161 } 161 }
162 162

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines