Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/game-overlay' into feat/gam…
Browse files Browse the repository at this point in the history
…e-overlay
  • Loading branch information
Wurielle committed Jan 18, 2025
2 parents 0aabadf + 7fcc56c commit 3896920
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/app/src/electron/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ const App = () => {
app.on('ready', async () => {
if (isDevelopment) {
try {
await ((installExtension as any).default as typeof installExtension)(VUEJS_DEVTOOLS)
await ((installExtension as any).default as typeof installExtension)(
VUEJS_DEVTOOLS,
)
} catch (e) {
console.error(
'Vue Devtools failed to install:',
Expand Down

0 comments on commit 3896920

Please sign in to comment.