mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
fix: quick patch to avoid columnify error
This commit is contained in:
parent
0456893789
commit
439653458e
@ -235,7 +235,7 @@ export default {
|
||||
...(filesystem.capabilities['readdir.www'] ? ['www'] : []),
|
||||
'size', time_properties[time],
|
||||
],
|
||||
maxLineWidth: ctx.env.COLS,
|
||||
maxLineWidth: ctx.env.COLS ?? 80,
|
||||
config: {
|
||||
// json: {
|
||||
// maxWidth: 20,
|
||||
|
Loading…
Reference in New Issue
Block a user