Merge pull request #1184 from johankwarnmarksymphony/master

Removed unused parameter ChildProcess
This commit is contained in:
Johan Kwarnmark 2021-02-01 17:23:53 +01:00 committed by GitHub
commit 0d38f9a113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { ChildProcess, ExecException, execFile } from 'child_process';
import { ExecException, execFile } from 'child_process';
import {
app,
BrowserWindow,