Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[js] Fix syntax error.
  • Loading branch information
pmurias committed Oct 21, 2015
1 parent 19e6c40 commit 9a64ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/js/nqp-runtime/runtime.js
Expand Up @@ -405,6 +405,8 @@ exports.dumpObj = function(obj) {
seen.push(value);
return value;
}, ' ');
};

exports.NYI = function(msg) {
console.trace(msg);
return null;
Expand Down

0 comments on commit 9a64ab1

Please sign in to comment.