Skip to content

Commit

Permalink
very testerino
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin committed Aug 25, 2015
1 parent ca070f3 commit 42bf82f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subclass-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
if (message) this.message = message

// stack "hack"
// some random comment
// for testing purposes
// I'll comment on this line

This comment has been minimized.

Copy link
@dasilvacontin

dasilvacontin Aug 25, 2015

Author Owner

Comment on a line that will be modified in a subsequent commit.

This comment has been minimized.

Copy link
@dasilvacontin

dasilvacontin Aug 25, 2015

Author Owner

reply

// and then modify that line in a subsequent commit
// i'll also comment on this line, which I'll not modify

This comment has been minimized.

Copy link
@dasilvacontin

dasilvacontin Aug 25, 2015

Author Owner

Comment on a line that will not be modified in a subsequent commit.

This comment has been minimized.

Copy link
@dasilvacontin

dasilvacontin Aug 25, 2015

Author Owner

reply

// just for comparing purposes
var sample = (new Error())
if (!sample.stack) sample.stack = ''
var niceStack = sample.stack.split('\n')
Expand Down

0 comments on commit 42bf82f

Please sign in to comment.