Skip to content

Commit

Permalink
Merge pull request #14824 from artemgurzhii/ember-console
Browse files Browse the repository at this point in the history
Code refactoring for ember-console package
  • Loading branch information
locks authored Jan 12, 2017
2 parents 0ec7635 + 697f31a commit 07b4fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-console/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function assertPolyfill(test, message) {
if (!test) {
try {
// attempt to preserve the stack
throw new Error('assertion failed: ' + message);
throw new Error(`assertion failed: ${message}`);
} catch (error) {
setTimeout(() => {
throw error;
Expand Down

0 comments on commit 07b4fc1

Please sign in to comment.