Commit f4255fb
committed
config: Explicily make consoleSize unspecified if terminal is false or unset
The old language is from a502caf (config: Add consoleSize to process,
2016-09-14, #563), where nobody commented on the "if attached" wording
[1]. But reading the old line now, it's not clear to me what
consoleSize means when terminal is not true.
This commit explicitly declares consoleSize unspecified in that
condition, so runtimes are free to do what they want short of erroring
out. I considered making the property undefined or requiring it to be
unset, but those seemed too strict given our permissive "MUST ignore
unknown properties" extensibility requirement.
[1]: #563
Signed-off-by: W. Trevor King <[email protected]>1 parent e6c9689 commit f4255fb
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments