Fix missing import
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
const Constants = require('../../constants');
|
const Constants = require('../../constants');
|
||||||
const helpers = require('../../helpers');
|
const helpers = require('../../helpers');
|
||||||
|
const path = require('path');
|
||||||
|
|
||||||
const addListeners = (ipcMain, standardIPCReply) => {
|
const addListeners = (ipcMain, standardIPCReply) => {
|
||||||
ipcMain.on(Constants.IPC_Download_File, (event, data) => {
|
ipcMain.on(Constants.IPC_Download_File, (event, data) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user