2 Achegas 206612a8c6 ... e461d8cae7

Autor SHA1 Mensaxe Data
  Jan Krüger e461d8cae7 plugins/graph: .gitgraph: stop after first parse error hai 2 meses
  Jan Krüger 206612a8c6 plugins/graph: .gitgraph: stop after first parse error hai 2 meses
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      plugins/graph.pm

+ 1 - 3
plugins/graph.pm

@@ -121,9 +121,7 @@ my $gitgraph = sub {
 		"$full(HERE:)$part";
 	};
 	my $fail = sub {
-		unless $skip_errors {
-			BotIrc::send_noise(".gitgraph parse error: ". shift);
-		}
+		BotIrc::send_noise(".gitgraph parse error: ". shift) unless $skip_errors;
 		$skip_errors = 1;
 		undef;
 	};