chore: generate
This commit is contained in:
@@ -52,7 +52,6 @@ type GlobalStore = {
|
|||||||
reload: undefined | "pending" | "complete"
|
reload: undefined | "pending" | "complete"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function createGlobalSync() {
|
function createGlobalSync() {
|
||||||
const globalSDK = useGlobalSDK()
|
const globalSDK = useGlobalSDK()
|
||||||
const platform = usePlatform()
|
const platform = usePlatform()
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ export async function bootstrapDirectory(input: {
|
|||||||
showToast({
|
showToast({
|
||||||
variant: "error",
|
variant: "error",
|
||||||
title: `Failed to reload ${project}`,
|
title: `Failed to reload ${project}`,
|
||||||
description: formatServerError(err)
|
description: formatServerError(err),
|
||||||
})
|
})
|
||||||
input.setStore("status", "partial")
|
input.setStore("status", "partial")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user