update deps

This commit is contained in:
Rich Harris
2019-01-30 10:21:43 -05:00
parent 14fc6b3176
commit c00af6dad0
4 changed files with 71 additions and 51 deletions

View File

@@ -226,7 +226,7 @@ prog.command('export [dest]')
},
onfile: event => {
const size_color = event.size > 150000 ? colors.bold.red : event.size > 50000 ? colors.bold.yellow : colors.bold.gray;
const size_color = event.size > 150000 ? colors.bold().red : event.size > 50000 ? colors.bold().yellow : colors.bold().gray;
const size_label = size_color(left_pad(pb(event.size), 10));
const file_label = event.status === 200