mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
performance improvements
This commit is contained in:
@@ -91,6 +91,7 @@ export namespace Format {
|
||||
|
||||
export function init() {
|
||||
log.info("init")
|
||||
return
|
||||
Bus.subscribe(File.Event.Edited, async (payload) => {
|
||||
const file = payload.properties.file
|
||||
log.info("formatting", { file })
|
||||
|
||||
Reference in New Issue
Block a user