Skip to content

Commit

Permalink
chore: todo comment
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Feb 7, 2025
1 parent e103ab3 commit f4a5140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contribs/gnodev/cmd/gnodev/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ func (ds *App) setupHandlers(ctx context.Context) (http.Handler, error) {
ds.devNode.AddPackagePaths(ds.pathManager.List()...)

// Check if the node needs to be reloaded
// XXX: This part can likely be optimized if we believe
// it significantly impacts performance.
for _, path := range paths {
if ds.devNode.HasPackageLoaded(path) {
continue
Expand Down

0 comments on commit f4a5140

Please sign in to comment.