From 0825f5865adc76195ac9a49736a919a2ff1c93fa Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 29 Nov 2024 17:38:01 +0800 Subject: [PATCH] improve log --- src/renderer/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index c6e9eb2c..4350d306 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -1329,7 +1329,7 @@ function App() { // BEGIN STATE UPDATES: - console.log('loadMedia', fp, cod, projectPath); + console.log('loadMedia', { filePath: fp, customOutDir: cod, projectPath }); resetState();