From f8e257e2f01a3c65b04393d7fd77fff398428f66 Mon Sep 17 00:00:00 2001 From: Ryan Norris Date: Wed, 19 Dec 2018 18:23:59 +0000 Subject: [PATCH] Change the default value of watchConsoleLogging to match docs --- src/js/components/types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/components/types.js b/src/js/components/types.js index a225310..451191e 100644 --- a/src/js/components/types.js +++ b/src/js/components/types.js @@ -86,7 +86,7 @@ export const TerminalDefaultProps = { backgroundColor: 'black', commands: {}, descriptions: {}, - watchConsoleLogging: true, + watchConsoleLogging: false, commandPassThrough: false, promptSymbol: '>', plugins: [],