Pana / nrm

NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao
MIT License
2.79k stars 244 forks source link

fix(getiniinfo method): fix getINIInfo method #76

Closed heptagonnnn closed 3 years ago

heptagonnnn commented 3 years ago

ini repository v1.3.5 update decode method which returns an object created by Object.create(null), so thorw an error when calls hasOwnProperty method of the ruturn value from getINIInfo

heptagonnnn commented 3 years ago

issue #74