Skip to content

Commit 7acaced

Browse files
committed
Update
1 parent 0c6c9ab commit 7acaced

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.8.5
4+
5+
* Fix colors in output
6+
37
## 0.8.4
48

59
* Fix UI crash

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@
138138
"pre-commit": "npm test"
139139
}
140140
}
141-
}
141+
}

test/fixtures/verbose/index.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
setInterval(() => console.log('[31m' + Math.random() + '\n'), 200)
1+
setInterval(
2+
() =>
3+
console.log('[32m green text with blank line - ' + Math.random() + '\n'),
4+
200
5+
)

0 commit comments

Comments
 (0)