Skip to content

Commit

Permalink
fix build!
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed May 20, 2024
1 parent 93e9cf8 commit b6cb302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flyingSquidUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const saveServer = async (autoSave = true) => {
export const disconnect = async () => {
if (localServer) {
await saveServer()
//@ts-expect-error todo expose!
void localServer.quit() // todo investigate we should await
}
window.history.replaceState({}, '', `${window.location.pathname}`) // remove qs
Expand Down

0 comments on commit b6cb302

Please sign in to comment.