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
+1 -1
View File
@@ -1,4 +1,4 @@
import { ChildProcess, ExecException, execFile } from 'child_process';
import { ExecException, execFile } from 'child_process';
import {
app,
BrowserWindow,