File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,8 @@ export class Helpers {
293
293
} ,
294
294
] ,
295
295
{ text : { minWidth : 30 } , link : { minWidth : 20 } } ,
296
- { 'no-header' : true }
296
+
297
+ { 'no-header' : true , 'no-truncate' : true }
297
298
) ;
298
299
299
300
if ( s3bucketPath )
@@ -305,7 +306,7 @@ export class Helpers {
305
306
} ,
306
307
] ,
307
308
{ text : { minWidth : 30 } , link : { minWidth : 20 } } ,
308
- { 'no-header' : true }
309
+ { 'no-header' : true , 'no-truncate' : true }
309
310
) ;
310
311
311
312
console . log ( ) ;
@@ -344,7 +345,7 @@ export class Helpers {
344
345
} ,
345
346
] ,
346
347
{ text : { minWidth : 30 } , link : { minWidth : 20 } } ,
347
- { 'no-header' : true }
348
+ { 'no-header' : true , 'no-truncate' : true }
348
349
) ;
349
350
} else {
350
351
cli . table (
@@ -358,7 +359,7 @@ export class Helpers {
358
359
} ,
359
360
] ,
360
361
{ text : { minWidth : 30 } , link : { minWidth : 20 } } ,
361
- { 'no-header' : true }
362
+ { 'no-header' : true , 'no-truncate' : true }
362
363
) ;
363
364
}
364
365
You can’t perform that action at this time.
0 commit comments