Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Unger committed Apr 28, 2022
1 parent 8463d1b commit 4b3d322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/k8s_client.pl
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
watcher_status(Id, exit_request),
!.
watch_stream(Goal, HeartCallback, Stream, Id, StateIn, StateOut) :-
ignore(HeartCallback),
HeartCallback,
catch(
( peek_string(Stream, 4, _),
json_read_dict(Stream, Change, [end_of_file(end_of_file)]),
Expand Down

0 comments on commit 4b3d322

Please sign in to comment.