fix: quick patch to avoid columnify error

This commit is contained in:
KernelDeimos 2024-09-18 16:22:26 -04:00
parent 0456893789
commit 439653458e

View File

@ -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,