Yuriy Zhilovets 7 년 전
부모
커밋
0acdea5782
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      telegram.pl

+ 1 - 1
telegram.pl

@@ -266,7 +266,7 @@ sub notify
   
   return request("sendMessage", $params)->catch(sub
   {
-    $log->error($params, Dumper @_);
+    $log->error(Dumper $params,@_);
   });
 }