mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Refactor: Suffixe in helpers/
This commit is contained in:
2
main.js
2
main.js
@@ -114,7 +114,7 @@ async function createMainWindow() {
|
||||
}
|
||||
|
||||
function validateDownloadPath(userPath) {
|
||||
const { isSafePath } = require("./server/helpers/validation");
|
||||
const { isSafePath } = require("./server/helpers/validation.helpers.js");
|
||||
|
||||
// Lazy load default path
|
||||
if (!defaultDownloadPath) {
|
||||
|
||||
Reference in New Issue
Block a user