You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Avoid frequent writes to graph.json in a loop
Before this change, we would write the `graph.json` over and over again for every single dependency that's added while the dependency graph is being created.
This commit changes this behavior to only write to the file once, only when all dependencies have been already added.
Signed-off-by: Michael Yochpaz <[email protected]>
0 commit comments