We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96c892 commit 7a4a441Copy full SHA for 7a4a441
src/mezz/mezz-help.reb
@@ -181,7 +181,8 @@ import module [
181
string [string!] "Returned series will be past the insertion"
182
/local value spec args refs rets type ret desc arg def des ref str cols
183
][
184
- try/except [ cols: query/mode system/ports/input 'buffer-cols ][ cols: 120 ]
+ cols: 120
185
+ try/except [ cols: query/mode system/ports/input 'buffer-cols ][ print system/state/last-error ]
186
max-desc-width: cols - 35
187
buffer: any [string clear ""]
188
catch [
0 commit comments