fix: winston usages

This commit is contained in:
Barış Soner Uşaklı
2020-11-26 13:56:34 -05:00
parent 414caac01b
commit b8cafefce2
10 changed files with 24 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ async function getLatestVersion() {
try {
return await versions.getLatestVersion();
} catch (err) {
winston.error('[acp] Failed to fetch latest version', err.stack);
winston.error('[acp] Failed to fetch latest version\n' + err.stack);
}
return null;
}