Commit 388fe3b
committed
Fix empty FLOW_CONTEXT in Local Beach
In (recent) Local Beach projects, `FLOW_CONTEXT` is set to an empty
value if not given in the environment. This lead to `FLOW_CONTEXT`
being empty, breaking configuration of Flow.
This replaces the check for being set with a check for not being empty
to fix this.1 parent 1b0fc17 commit 388fe3b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments