Skip to content

Commit fc91b03

Browse files
committed
[js] Fix bug.
1 parent e301575 commit fc91b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/js/nqp-runtime/bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function wrap_method(name, method) {
8282

8383
return method.apply(self, args);
8484
};
85+
return code_ref;
8586
}
8687
function add_knowhow_how_method(name, method) {
8788
/* TODO - think if setting the object cache would be better */

0 commit comments

Comments
 (0)