summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/serve.js b/scripts/serve.js
index 6b5001a237..57b006da1e 100644
--- a/scripts/serve.js
+++ b/scripts/serve.js
@@ -31,7 +31,7 @@ bsync.init({
}, (err, bs) => {
if (err) return console.error(err);
- const child = spawn(electron, ['.'], {
+ const child = spawn(electron, ['.', '--enable-logging'], {
env: {
...{
NODE_ENV: 'development',