Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 23, 2018
1 parent 0c6c9ab commit 7acaced
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.8.5

* Fix colors in output

## 0.8.4

* Fix UI crash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@
"pre-commit": "npm test"
}
}
}
}
6 changes: 5 additions & 1 deletion test/fixtures/verbose/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
setInterval(() => console.log('[31m' + Math.random() + '\n'), 200)
setInterval(
() =>
console.log('[32m green text with blank line - ' + Math.random() + '\n'),
200
)

0 comments on commit 7acaced

Please sign in to comment.