PizdecEbanii
This commit is contained in:
parent
11b23f3f04
commit
ad02a8de6d
|
|
@ -129,6 +129,11 @@ VALUE kernelLoadDataInt(const char *filename, bool rubyExc){
|
|||
int state = 0;
|
||||
VALUE result = rb_protect(load_protect, (VALUE)args, &state);
|
||||
|
||||
if(RTEST(result) == false){
|
||||
printf("DEBUG ERROR\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
rb_funcallv(port, rb_intern("close"), 0, nullptr);
|
||||
|
||||
if (state) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue