diff --git a/src/main.tsx b/src/main.tsx index cae14fe2..e44ec03a 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -9,7 +9,7 @@ import { attachConsole } from 'tauri-plugin-log'; // with LogTarget::Webview enabled this function will print logs to the browser console -const detach = await attachConsole(); +attachConsole(); ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(