Add FIXME
This commit is contained in:
parent
23c5be6fbe
commit
e42e6398cb
|
@ -116,6 +116,7 @@ kernelLoadDataInt(const char *filename)
|
|||
|
||||
VALUE marsh = rb_const_get(rb_cObject, rb_intern("Marshal"));
|
||||
|
||||
// FIXME need to catch exceptions here with begin rescue
|
||||
VALUE result = rb_funcall(marsh, rb_intern("load"), 1, port);
|
||||
|
||||
rb_funcall(port, rb_intern("close"), 0);
|
||||
|
|
Loading…
Reference in New Issue