From 6705b00f59368129b62c86f18a09d467dbbe5de9 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 3 Mar 2022 22:01:41 +0300 Subject: [PATCH] Update parse.js --- scripts/commands/channels/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/channels/parse.js b/scripts/commands/channels/parse.js index 11b76958..395d5fa6 100644 --- a/scripts/commands/channels/parse.js +++ b/scripts/commands/channels/parse.js @@ -33,7 +33,7 @@ async function main() { await file.write(outputFilepath, output) - logger.info(`File '${output}' successfully saved`) + logger.info(`File '${outputFilepath}' successfully saved`) } main()