We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee39f0c commit b497cefCopy full SHA for b497cef
lib/matplotlib/iruby.rb
@@ -61,7 +61,7 @@ def execute_request(msg)
61
rescue SystemExit
62
content[:payload] << { source: :ask_exit }
63
rescue Exception => e
64
- content = error_message(e)
+ content = error_content(e)
65
@session.send(:publish, :error, content)
66
end
67
0 commit comments