Skip to content

Commit

Permalink
Inherit writable stream on creation of scoped logger (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosinani committed May 19, 2018
1 parent cb693a0 commit b5f0f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion signale.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class Signale {
return Object.assign({}, {
config: this._config,
types: this._customTypes,
timers: this._timers
timers: this._timers,
stream: this._stream
});
}

Expand Down

0 comments on commit b5f0f1e

Please sign in to comment.