Skip to content

Commit 587b49f

Browse files
author
Jordan Schroter
authored
Merge pull request #31 from jschr/enable-terminal-logging
Run electron with --enable-logging to funnel renderer logs into terminal
2 parents eaa9f9b + 40d0876 commit 587b49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/serve.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bsync.init({
3131
}, (err, bs) => {
3232
if (err) return console.error(err);
3333

34-
const child = spawn(electron, ['.'], {
34+
const child = spawn(electron, ['.', '--enable-logging'], {
3535
env: {
3636
...{
3737
NODE_ENV: 'development',

0 commit comments

Comments
 (0)