mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +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'] : []),
|
...(filesystem.capabilities['readdir.www'] ? ['www'] : []),
|
||||||
'size', time_properties[time],
|
'size', time_properties[time],
|
||||||
],
|
],
|
||||||
maxLineWidth: ctx.env.COLS,
|
maxLineWidth: ctx.env.COLS ?? 80,
|
||||||
config: {
|
config: {
|
||||||
// json: {
|
// json: {
|
||||||
// maxWidth: 20,
|
// maxWidth: 20,
|
||||||
|
Loading…
Reference in New Issue
Block a user