0.0.2
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// file: kb_app/frontend/ts/splash.ts
|
||||
|
||||
import { error } from "@fltsci/tauri-plugin-tracing";
|
||||
import { info } from "@fltsci/tauri-plugin-tracing";
|
||||
import { error, info, takeoverConsole } from "@fltsci/tauri-plugin-tracing";
|
||||
import { listen } from '@tauri-apps/api/event';
|
||||
import { SplashOrder } from './bindings/SplashOrder.ts';
|
||||
|
||||
@@ -90,7 +89,7 @@ listen("splash", (event) => {
|
||||
//window.addEventListener('DOMContentLoaded', initialize);
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
|
||||
void takeoverConsole();
|
||||
info("window loaded");
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user