리펙토링: 전체 구조 검토, 개선
This commit is contained in:
@@ -53,7 +53,7 @@ function register(mainWindow) {
|
||||
return { name: e.name, path: fullPath, hasChildren };
|
||||
})
|
||||
.sort((a, b) => a.name.localeCompare(b.name));
|
||||
} catch { return []; }
|
||||
} catch { return null; }
|
||||
});
|
||||
|
||||
ipcMain.handle('reveal-folder', (_e, folderPath) => shell.openPath(folderPath));
|
||||
|
||||
Reference in New Issue
Block a user