Skip to content

Commit 9bcd6d1

Browse files
committed
Remove cleanPath from main context
1 parent 3780c49 commit 9bcd6d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ function ilistFolder(folder, filesOnly) {
4040
return files
4141
}
4242

43-
function cleanPath(filePath) {
44-
return path.resolve(filePath)
45-
}
46-
4743
// LOCAL FILE SYSTEM ACCESS
4844
ipcMain.handle('open-folder', async (event) => {
4945
console.log('ipcMain', 'open-folder')

0 commit comments

Comments
 (0)