Skip to content

Commit

Permalink
Replace default entry for ruby_value_type_to_char_slice with more o…
Browse files Browse the repository at this point in the history
…bvious failure
  • Loading branch information
ivoanjo committed Aug 25, 2023
1 parent 882c0d0 commit d73a72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ ddog_CharSlice ruby_value_type_to_char_slice(enum ruby_value_type type) {
#ifdef RUBY_T_MOVED // Introduced in Ruby 2.7
case(RUBY_T_MOVED ): return DDOG_CHARSLICE_C("T_MOVED");
#endif
default: return DDOG_CHARSLICE_C("T_UNKNOWN_OR_MISSING_RUBY_VALUE_TYPE_ENTRY");
default: return DDOG_CHARSLICE_C("BUG: Unknown value for ruby_value_type");
}
}

0 comments on commit d73a72f

Please sign in to comment.