Skip to content

Commit 0d0d057

Browse files
chore: generate
1 parent cc02476 commit 0d0d057

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

packages/app/src/context/global-sync.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ type GlobalStore = {
5252
reload: undefined | "pending" | "complete"
5353
}
5454

55-
5655
function createGlobalSync() {
5756
const globalSDK = useGlobalSDK()
5857
const platform = usePlatform()

packages/app/src/context/global-sync/bootstrap.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ export async function bootstrapDirectory(input: {
134134
} catch (err) {
135135
console.error("Failed to bootstrap instance", err)
136136
const project = getFilename(input.directory)
137-
showToast({
138-
variant: "error",
139-
title: `Failed to reload ${project}`,
140-
description: formatServerError(err)
137+
showToast({
138+
variant: "error",
139+
title: `Failed to reload ${project}`,
140+
description: formatServerError(err),
141141
})
142142
input.setStore("status", "partial")
143143
return

0 commit comments

Comments
 (0)