0 of 0

File information

Last updated

Original upload

Created by

Sucklead

Uploaded by

sucklead

Virus scan

Safe to use

Tags for this mod

3 comments

  1. Pickysaurus
    Pickysaurus
    • Community Manager
    • 743 kudos
    Hey sucklead,

    Just so you know, your extension appears to be incompatible with Vortex 1.4.6 and is causing a crash on the startup.

    I've added it to GitHub here: https://github.com/Nexus-Mods/Vortex/issues/8815
    1. Tannin42
      Tannin42
      • premium
      • 505 kudos
      I think the problem is with this line:
      return Promise.reject('Game not found!');
      we expect promises to be rejected with Error objects so
      return Promise.reject(new Error('Game not found!'));
    2. sucklead
      sucklead
      • supporter
      • 1 kudos
      Ack I've recently moved jobs so been too busy to see this until now!
      Cheers for pointing this out and apologies for any inconvenience.