Skip to content

Commit

Permalink
#12 returning data from logMain functions, so all test cases can pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitThakkar committed Oct 9, 2015
1 parent 83b6b06 commit 3da41a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/console.js
Expand Up @@ -64,7 +64,7 @@ function logMain(config, level, title, format, filters, needstack, args) {
config.transport.forEach(function(tras) {
tras(data);
});
return;
return data;
}

module.exports = (function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "git://github.com/baryon/tracer.git"
},
"version": "0.8.0",
"version": "0.8.1",
"author": "LI Long <lilong@gmail.com>",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 3da41a6

Please sign in to comment.