throw Error()

in src/main/core/dictionaries-manager.ts [69:73]


        throw Error(
          setError({
            status: ERROR_STATUSES.dictionaryCorruptedError,
            message: JSON.stringify({ type, version })
          })