Merge pull request #6 from dokie/master
Added var keyword to allow Mocha not to complain about global scope
This commit is contained in:
commit
4a0b396592
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ function Logger(options, _childOptions, _childSimple) {
|
|||
s = objCopy(s);
|
||||
|
||||
// Implicit 'type' from other args.
|
||||
type = s.type;
|
||||
var type = s.type;
|
||||
if (!s.type) {
|
||||
if (s.stream) {
|
||||
s.type = "stream";
|
||||
|
|
Loading…
Reference in a new issue