mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove html from warning message
This commit is contained in:
parent
dab6eda397
commit
8a7965c6e5
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ Handle<Value> rr_rb2v8(VALUE value) {
|
|||
// case T_SCOPE: (not in 1.9)
|
||||
case T_NODE:
|
||||
default:
|
||||
rb_warn("unknown conversion to V8 for: %s<br/>", RSTRING_PTR(rb_inspect(value)));
|
||||
rb_warn("unknown conversion to V8 for: %s", RSTRING_PTR(rb_inspect(value)));
|
||||
return String::New("Undefined Conversion");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue