Skip to content

Commit

Permalink
Turn off global default.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Sep 16, 2019
1 parent f565bf5 commit 5dc6c7e
Show file tree
Hide file tree
Showing 5 changed files with 1,601 additions and 207 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Verbosity extends Console {
verbosity = 3,
timestamp,
namespace,
global = true,
global,
prefix
} = {}) {
const sOut = (ws => {
Expand Down
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Verbosity extends Console {
verbosity = 3,
timestamp,
namespace,
global = true,
global,
prefix
} = {}) {
const sOut = (ws => {
Expand Down
Loading

0 comments on commit 5dc6c7e

Please sign in to comment.