We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ea6a commit 3d62c92Copy full SHA for 3d62c92
lib/node_modules/@stdlib/plot/base/view/lib/electron/index.js
@@ -123,7 +123,6 @@ function view( plot, html ) {
123
124
// Merge the current process' environment variables:
125
opts.env = merge( {}, copy( ENV ), env );
126
- opts.env.DEBUG = '*';
127
128
debug( 'Spawning an electron process...' );
129
child = spawn( electron, [ './main.js' ], opts );
0 commit comments