Removed unused parameter ChildProcess

This commit is contained in:
Johan Kwarnmark 2021-02-01 17:20:48 +01:00
parent 92889a1c5c
commit 2fb6bc9b31

View File

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