We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7699e3d commit 200a42eCopy full SHA for 200a42e
src/mezz/mezz-debug.reb
@@ -164,7 +164,9 @@ print-table: function [
164
]
165
166
print-horizontal-line: does [
167
- loop -1 + any [query/mode system/ports/output 'window-cols 76][ prin #"-" ] prin lf
+ ;@@ quering window-cols width in CI under Windows now throws error: `Access error: protocol error: 6`
168
+ ;@@ it should return `none` like under Posix systems!
169
+ loop -1 + any [attempt [query/mode system/ports/output 'window-cols] 76][ prin #"-" ] prin lf
170
171
172
;@@ profile idea is based on code from https://gist.github.com/giesse/1232d7f71a15a3a8417ec6f091398811
0 commit comments