From fd74731b3c41e8b3884a8e34fbc48a1fcf3e347c Mon Sep 17 00:00:00 2001 From: MrGeorgen Date: Fri, 22 Jan 2021 15:46:34 +0100 Subject: [PATCH] fixed syntax error --- src/curse.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/curse.js b/src/curse.js index 9ac5bad..82e10d9 100644 --- a/src/curse.js +++ b/src/curse.js @@ -38,6 +38,7 @@ function resolveDep(modId, callback) { console.log(`cursemod ${mod.name}: no version for the correct minecraft version and modloader found`); }); return; + } dep.set(String(modId), {fileId: rightVersion.id, url: rightVersion.downloadUrl, filename: rightVersion.fileName}); rightVersion.dependencies.forEach(mod => { if(mod.type !== 3) return;