mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Merge branch 'master' into app-remove-reports
This commit is contained in:
commit
7ab3af7934
|
@ -9,7 +9,7 @@ export default function openApp(app: boolean | string, options: Options) {
|
|||
const port = options.port ? `--port=${options.port}` : '';
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
spawn.sync(require('electron'), [
|
||||
path.join(__dirname, '..', 'app'),
|
||||
path.join(__dirname, '..', '..', 'app'),
|
||||
port,
|
||||
]);
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user