Skip to content

Commit

Permalink
Merge pull request #64 from rynorris/rn/console-prop-default
Browse files Browse the repository at this point in the history
Change the default value of watchConsoleLogging to match docs
  • Loading branch information
nitin42 committed Feb 23, 2019
2 parents 723a8e1 + f8e257e commit 588d420
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 @@ -90,7 +90,7 @@ export const TerminalDefaultProps = {
backgroundColor: 'black',
commands: {},
descriptions: {},
watchConsoleLogging: true,
watchConsoleLogging: false,
commandPassThrough: false,
promptSymbol: '>',
plugins: [],
Expand Down

0 comments on commit 588d420

Please sign in to comment.