From a91e9beb3fa775633fbac21275af39975c212cb0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Jun 2022 11:16:38 +0200 Subject: Update server dependencies --- scripts/parse-log.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/parse-log.ts') diff --git a/scripts/parse-log.ts b/scripts/parse-log.ts index d3c93cee5..7a50d9f2f 100755 --- a/scripts/parse-log.ts +++ b/scripts/parse-log.ts @@ -39,7 +39,7 @@ const loggerFormat = winston.format.printf((info) => { if (CONFIG.LOG.PRETTIFY_SQL) { additionalInfos += '\n' + sqlFormat(info.sql, { language: 'sql', - indent: ' ' + tabWidth: 2 }) } else { additionalInfos += ' - ' + info.sql -- cgit v1.2.3