Commit acc3b26
authored
fix(cli): use logical OR instead of pipe in build-type condition (#250)
Line 154 used `|` (pipeline) where `||` (logical OR) was intended.
The pipe caused `$DEBUG` to be silently ignored when determining
whether to use Debug or Release build type.
Fixes #238
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>1 parent e1a34e0 commit acc3b26
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments