Skip to content

Commit 4396534

Browse files
committed
fix: quick patch to avoid columnify error
1 parent 0456893 commit 4396534

File tree

1 file changed

+1
-1
lines changed
  • src/phoenix/src/puter-shell/coreutils

1 file changed

+1
-1
lines changed

src/phoenix/src/puter-shell/coreutils/ls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export default {
235235
...(filesystem.capabilities['readdir.www'] ? ['www'] : []),
236236
'size', time_properties[time],
237237
],
238-
maxLineWidth: ctx.env.COLS,
238+
maxLineWidth: ctx.env.COLS ?? 80,
239239
config: {
240240
// json: {
241241
// maxWidth: 20,

0 commit comments

Comments
 (0)