Minor fixes

This commit is contained in:
2020-08-15 15:07:32 -05:00
parent 27aa0ae8dc
commit 25e689b033
4 changed files with 7 additions and 8 deletions

View File

@@ -155,7 +155,7 @@ export const installDependency = (source, url, isWinFSP) => {
export const installAndTestRelease = (source, version, appPlatform) => {
return (dispatch, getState) => {
if (ipcRenderer && getState().install.InstallTestActive) {
const extractReleaseComplete = (event, arg) => {
const extractReleaseComplete = () => {
ipcRenderer.send(Constants.IPC_Delete_File, {
FilePath: source,
});