diff --git a/src/mods/mods.ts b/src/mods/mods.ts index 7fbc1be..8a6871a 100644 --- a/src/mods/mods.ts +++ b/src/mods/mods.ts @@ -42,6 +42,7 @@ export default class Mods { try { await source.install(id); spinner.succeed(`Successfully installed ${mod}`); + success = true; } catch (e) { // Log the error, and continue to next source spinner.error(e);