Update feat log tag

pull/288/head
Amio 2019-06-20 11:42:08 +08:00
rodzic a850fdaeac
commit 7d153dba5a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ export default function (req, res, options: ServeBadgeOptions) {
const _icon = resolveIcon(icon === '' ? subject : icon, iconWidth)
// TODO: review usage of list
list && console.log(`FEAT:LIST ${req.url}`)
list && console.log(`FEAT-LIST ${req.url}`)
const badge = badgen({
subject: typeof label !== 'undefined' ? label : subject,