소스 검색

Add comment

Yves Lavoie 7 년 전
부모
커밋
72eb16700a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Selenium/Remote/Driver.pm

+ 1 - 0
lib/Selenium/Remote/Driver.pm

@@ -844,6 +844,7 @@ sub _execute_command {
         return $self->commands->parse_response($res,$resp);
     }
     else {
+        #Tell the use about the offending setting.
         croak "Couldn't retrieve command settings properly ".$res->{command}."\n";
     }
 }