Skip to content

Commit b497cef

Browse files
committed
Fix for the latest iruby
1 parent ee39f0c commit b497cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/iruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def execute_request(msg)
6161
rescue SystemExit
6262
content[:payload] << { source: :ask_exit }
6363
rescue Exception => e
64-
content = error_message(e)
64+
content = error_content(e)
6565
@session.send(:publish, :error, content)
6666
end
6767

0 commit comments

Comments
 (0)