Skip to content

Commit

Permalink
Fix Gnuplot issues in Ruby 2.7 (SciRuby#321)
Browse files Browse the repository at this point in the history
Supported by @znz
  • Loading branch information
kojix2 committed Jun 29, 2022
1 parent 1748062 commit 19c981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iruby/kernel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def execute_request(msg)
end

events.trigger(:post_execute)
events.trigger(:post_run_cell, result) unless silent
events.trigger(:post_run_cell, result, **{}) unless silent

@session.send(:reply, :execute_reply, content)
end
Expand Down

0 comments on commit 19c981b

Please sign in to comment.