From 701d1fcf9050b2690f7a9d6a4c6620743b6c79ea Mon Sep 17 00:00:00 2001 From: ww-rm Date: Mon, 27 Oct 2025 07:35:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewerCLI/ExportCommand.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpineViewerCLI/ExportCommand.cs b/SpineViewerCLI/ExportCommand.cs index e4d9022..e2fd764 100644 --- a/SpineViewerCLI/ExportCommand.cs +++ b/SpineViewerCLI/ExportCommand.cs @@ -347,6 +347,8 @@ namespace SpineViewerCLI { exporter.Export(output, spine); } + + _logger.Info($"{spine.SkelPath} export completed"); } private BaseExporter GetExporterFilledWithArgs(ParseResult result, SpineObject spine)