Skip to content

jruby and error class fix#116

Merged
valich merged 2 commits intoruby-debug:masterfrom
viuginick1:master
Aug 8, 2017
Merged

jruby and error class fix#116
valich merged 2 commits intoruby-debug:masterfrom
viuginick1:master

Conversation

@viuginick1
Copy link
Collaborator

No description provided.

return result
rescue MemoryLimitError, TimeLimitError => e
print_debug(e.message + "\n" + e.backtrace)
print_debug(e.message + "\n" + e.backtrace.join("\n"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is caller.map {|l| "\t#{l}"}.join("\n")} the same as caller.to_a.join("\n")?

@valich valich merged commit 7fda807 into ruby-debug:master Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants