Skip to content

Commit

Permalink
Merge branch 'main' into serve-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Nov 28, 2023
2 parents b4bd4df + 4027528 commit 4af2c8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/edge-functions/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,9 @@ export class EdgeFunctionsRegistry {
*/
private processGraph(graph: ModuleGraph | undefined) {
if (!graph) {
warn('Could not process edge functions dependency graph. Live reload will not be available.')
if (this.functions.length !== 0) {
warn('Could not process edge functions dependency graph. Live reload will not be available.')
}

return
}
Expand Down

0 comments on commit 4af2c8f

Please sign in to comment.