Skip to content

Commit

Permalink
Change the default value of watchConsoleLogging to match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Norris committed Dec 19, 2018
1 parent 29537a0 commit f8e257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const TerminalDefaultProps = {
backgroundColor: 'black',
commands: {},
descriptions: {},
watchConsoleLogging: true,
watchConsoleLogging: false,
commandPassThrough: false,
promptSymbol: '>',
plugins: [],
Expand Down

0 comments on commit f8e257e

Please sign in to comment.