Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings committed Nov 29, 2016
1 parent cc49567 commit 99e7873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/deprecate.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function warn(message) {
messageCounts[message]++;
try {
stack = new Error().stack.split('\n').slice(4).join('\n');
} catch(e) {};
} catch(e) {}
logger.warn(red('WARNING!!') + '\n' + message + '\n' + grey(stack || ''));
}

Expand Down

0 comments on commit 99e7873

Please sign in to comment.