scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

Registry warning fix #73

Closed scottbot95 closed 5 years ago

scottbot95 commented 5 years ago

Ignore missing registry key if we already have the ror path saved in the prefs. Resolves #70

codecov-io commented 5 years ago

Codecov Report

Merging #73 into master will increase coverage by 0.1%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #73     +/-   ##
=========================================
+ Coverage   64.14%   64.24%   +0.1%     
=========================================
  Files          30       30             
  Lines         937      937             
  Branches       49       49             
=========================================
+ Hits          601      602      +1     
+ Misses        324      323      -1     
  Partials       12       12
Impacted Files Coverage Δ
...selection/package-table/package-table.component.ts 48.43% <0%> (+0.78%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8548a22...9797874. Read the comment docs.