Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[js] Add a noop compose to the VMException REPR.
  • Loading branch information
pmurias committed Mar 9, 2016
1 parent 3872607 commit 3949819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/js/nqp-runtime/reprs.js
Expand Up @@ -997,5 +997,6 @@ function VMException() {
VMException.prototype.create_obj_constructor = basic_constructor;
VMException.prototype.allocate = basic_allocate;
VMException.prototype.type_object_for = basic_type_object_for;
VMException.prototype.compose = noop_compose;

module.exports.VMException = VMException;

0 comments on commit 3949819

Please sign in to comment.