mirror of https://github.com/daffainfo/nuclei.git
We always report errors, not with verbose mode only
parent
1d30f0b802
commit
01b74e51ec
|
@ -50,7 +50,7 @@ func New(options *Options) (*Runner, error) {
|
|||
}
|
||||
|
||||
if err := runner.updateTemplates(); err != nil {
|
||||
gologger.Warningf("Could not update templates: %s\n", err)
|
||||
gologger.Labelf("Could not update templates: %s\n", err)
|
||||
}
|
||||
|
||||
if options.TemplateList {
|
||||
|
|
Loading…
Reference in New Issue