Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
bin/now-list.js
|
|
@ -108,7 +108,7 @@ async function list(token) { |
|
|
|
|
|
|
|
const text = sorted.map(([name, deps]) => { |
|
|
|
const t = table(deps.map(({uid, url, created}) => { |
|
|
|
const _url = url ? chalk.underline(`https://${url}`) : 'incomplete'; |
|
|
|
const _url = url ? chalk.underline(`https://${url}`) : 'incomplete' |
|
|
|
const time = chalk.gray(ms(current - created) + ' ago') |
|
|
|
return [uid, _url, time] |
|
|
|
}), {align: ['l', 'r', 'l'], hsep: ' '.repeat(6), stringLength: strlen}) |
|
|
|