summaryrefslogtreecommitdiffhomepage
path: root/src/print.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-12-18 01:54:28 +0900
committerGitHub <[email protected]>2019-12-18 01:54:28 +0900
commit4c1667a5f67defd593bd37b2cbab0e0f33f7af75 (patch)
tree1332fc33028b9ebe39918955e98b877f332a2f8f /src/print.c
parentf507ff4842b92a60c0c600fa1f29efdf2688c877 (diff)
parent29ecc3840a6df57deba9b22d917aee37f66ffc4f (diff)
downloadmruby-4c1667a5f67defd593bd37b2cbab0e0f33f7af75.tar.gz
mruby-4c1667a5f67defd593bd37b2cbab0e0f33f7af75.zip
Merge pull request #4879 from shuujii/refine-output-of-mrb_print_error
Refine output of `mrb_print_error()`
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 03b5eadfa..7d2d16086 100644
--- a/src/print.c
+++ b/src/print.c
@@ -31,7 +31,6 @@ MRB_API void
mrb_print_error(mrb_state *mrb)
{
mrb_print_backtrace(mrb);
- printstr(mrb_funcall(mrb, mrb_obj_value(mrb->exc), "inspect", 0), stderr);
}
MRB_API void