This commit is contained in:
Dax Raad
2025-08-31 02:16:43 -04:00
parent 3977b9b8c9
commit 647671dbe6
89 changed files with 15329 additions and 44 deletions
+3 -1
View File
@@ -12,6 +12,8 @@ export async function bootstrap<T>(directory: string, cb: () => Promise<T>) {
Format.init()
LSP.init()
Snapshot.init()
return cb()
const result = await cb()
await Instance.dispose()
return result
})
}