Skip to content

Commit

Permalink
version 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arb committed Feb 8, 2017
1 parent 729155b commit c4fb48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "good-console",
"version": "6.2.0",
"version": "6.4.0",
"repository": "git://github.com/hapijs/good-console",
"description": "Console broadcasting for Good process monitor",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -478,7 +478,7 @@ describe('GoodConsole', () => {
reader.once('end', () => {

expect(out.data).to.have.length(1);
expect(out.data[0].split('\n')[0]).to.be.equal('160318/013330.957, [request,user,info] message: you logged an error stack: Error: you logged an error');
expect(out.data[0].split('\n')[0]).to.be.equal('160318/013330.957, [request,user,info] message: you logged an error, stack: Error: you logged an error');
done();
});
});
Expand Down

0 comments on commit c4fb48f

Please sign in to comment.