This commit is contained in:
Jacky Zhao
2023-08-17 21:08:26 -07:00
parent 775d8a9916
commit c1155e64ce
2 changed files with 2 additions and 1 deletions

View File

@ -486,7 +486,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
rebuild(clientRefresh)
})
} else {
await build(() => { })
await build(() => {})
ctx.dispose()
}
})