flofreud / posh-gvm

GVM for Powershell
Apache License 2.0
210 stars 60 forks source link

Command `gvm flush candidate` totally breaks application #22

Open shambalaxx opened 7 years ago

shambalaxx commented 7 years ago

gvm flush candidate removes file candidates.txt from .meta folder.

After that any other command returns error:

in Utils.ps1:341 char:9

  • throw 'Can not retrieve list of candidates'
  • 
    - CategoryInfo          : OperationStopped: (Can not retrieve list of candidates:String) [], RuntimeException
    - FullyQualifiedErrorId : Can not retrieve list of candidates
svkoh commented 7 years ago

try Import-Module posh-gvm -Force