Skip to content

Commit

Permalink
[js] Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jan 4, 2017
1 parent f4e49bd commit daef23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ op.backtracestrings = function(hllName, exception) {
};

op.backtrace = function(hllName, exception) {
console.trace("Stubbed backtrace);
console.trace("Stubbed backtrace");
return hll.list(hllName, []);
};

Expand Down

0 comments on commit daef23e

Please sign in to comment.