Skip to content

Commit

Permalink
disable color option for browser & node
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjv committed Apr 10, 2019
1 parent fe024ca commit 7b645fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Debug.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import debug from 'debug'
debug.inspectOpts.colors = false
debug.useColors = () => false

export default (namespace, type = 'log') => {
namespace = `liquality:cal:${namespace}`
Expand Down

0 comments on commit 7b645fc

Please sign in to comment.