Skip to content

Commit

Permalink
Merge pull request #5733 from projectdiscovery/fix_template_loading_l…
Browse files Browse the repository at this point in the history
…ogic

fix template loading logic
  • Loading branch information
dogancanbakir authored Oct 15, 2024
2 parents 159a8a5 + 4ef0587 commit 92213e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (e *NucleiEngine) LoadAllTemplates() error {
return errorutil.New("Could not create loader client: %s\n", err)
}
e.store.Load()
e.templatesLoaded = true
return nil
}

Expand Down

0 comments on commit 92213e1

Please sign in to comment.