Skip to content

Commit

Permalink
Log error on boot to check whether it makes it to casparcg logs
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Feb 22, 2024
1 parent 1684177 commit 9a645a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import ReactDOM from "react-dom/client"
import { App } from "./core/components/App"
import "./index.css"

console.error("Hello, world!")

ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<App />
Expand Down

0 comments on commit 9a645a6

Please sign in to comment.