This commit is contained in:
Scott E. Graves
2019-06-06 18:38:47 -05:00
parent 3e612f1497
commit 9fe4b64a5d
2 changed files with 3 additions and 2 deletions

View File

@@ -311,6 +311,7 @@ ipcMain.on(Constants.IPC_Check_Daemon_Version + '_sync', (event, data) => {
data: {
Success: true,
Valid: (code === 0),
Code: code,
},
};
})