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
[config] early return if cannot find GlobalDataPath (#739)
## Summary
From inspecting the code, I think this should early return. The
following statement
about `readConfig(filepath.Join(dataPath, "devbox.json"))` doesn't make
sense
to execute if there's been an error in retrieving the `dataPath`.
## How was it tested?
buildkite testscripts
0 commit comments