diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-12-18 01:54:28 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-18 01:54:28 +0900 |
| commit | 4c1667a5f67defd593bd37b2cbab0e0f33f7af75 (patch) | |
| tree | 1332fc33028b9ebe39918955e98b877f332a2f8f /src/print.c | |
| parent | f507ff4842b92a60c0c600fa1f29efdf2688c877 (diff) | |
| parent | 29ecc3840a6df57deba9b22d917aee37f66ffc4f (diff) | |
| download | mruby-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.c | 1 |
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 |
