Clean up all duplicate path declarations in main.js

This commit is contained in:
Jarian Cottingham 2026-02-21 16:06:16 -06:00
parent 35f9969c80
commit 7109e1e513

View File

@ -120,7 +120,6 @@ ipcMain.handle('rename-file', async (event, { oldPath, newName }) => {
// Create log file for debugging // Create log file for debugging
const fs = require('fs'); const fs = require('fs');
const path = require('path');
// Ensure log file exists at startup // Ensure log file exists at startup
const logFilePath = path.join(__dirname, 'app-debug.log'); const logFilePath = path.join(__dirname, 'app-debug.log');